言語

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

適用対象