CommonLocalizedPropertyResourcesAttribute 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| 名称 | 说明 |
|---|---|
| CommonLocalizedPropertyResourcesAttribute(String) |
构造函数 |
| CommonLocalizedPropertyResourcesAttribute(Type) |
构造函数 |
| CommonLocalizedPropertyResourcesAttribute(String, Boolean) |
构造函数 |
CommonLocalizedPropertyResourcesAttribute(String)
构造函数
public CommonLocalizedPropertyResourcesAttribute(string resourcesName);
new Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResourcesAttribute : string -> Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResourcesAttribute
Public Sub New (resourcesName As String)
参数
- resourcesName
- String
资源的名称(例如Microsoft)。SqlServer.Foo.BarStrings)
适用于
CommonLocalizedPropertyResourcesAttribute(Type)
构造函数
public CommonLocalizedPropertyResourcesAttribute(Type resourceType);
new Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResourcesAttribute : Type -> Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResourcesAttribute
Public Sub New (resourceType As Type)
参数
- resourceType
- Type
资源的类型(例如Microsoft。SqlServer.Foo.BarStrings)
适用于
CommonLocalizedPropertyResourcesAttribute(String, Boolean)
构造函数
public CommonLocalizedPropertyResourcesAttribute(string resourcesName, bool useDefaultKeys);
new Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResourcesAttribute : string * bool -> Microsoft.SqlServer.Management.Common.CommonLocalizedPropertyResourcesAttribute
Public Sub New (resourcesName As String, useDefaultKeys As Boolean)
参数
- resourcesName
- String
资源的名称(例如Microsoft。SqlServer.Foo.BarStrings)
- useDefaultKeys
- Boolean