CommonLocalizedPropertyResourcesAttribute 构造函数

定义

重载

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

适用于