言語

LocalizedPropertyResourcesAttribute コンストラクター

定義

オーバーロード

名前 説明
LocalizedPropertyResourcesAttribute(String)

コンストラクター

LocalizedPropertyResourcesAttribute(Type)

コンストラクター

LocalizedPropertyResourcesAttribute(String, Boolean)

コンストラクター

LocalizedPropertyResourcesAttribute(String)

コンストラクター

public LocalizedPropertyResourcesAttribute(string resourcesName);
new Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResourcesAttribute : string -> Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResourcesAttribute
Public Sub New (resourcesName As String)

パラメーター

resourcesName
String

リソースの名前 (例: Microsoft。SqlServer.Foo.BarStrings)

適用対象

LocalizedPropertyResourcesAttribute(Type)

コンストラクター

public LocalizedPropertyResourcesAttribute(Type resourceType);
new Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResourcesAttribute : Type -> Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResourcesAttribute
Public Sub New (resourceType As Type)

パラメーター

resourceType
Type

リソースの種類 (例: Microsoft。SqlServer.Foo.BarStrings)

適用対象

LocalizedPropertyResourcesAttribute(String, Boolean)

コンストラクター

public LocalizedPropertyResourcesAttribute(string resourcesName, bool useDefaultKeys);
new Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResourcesAttribute : string * bool -> Microsoft.SqlServer.Management.Sdk.Sfc.LocalizedPropertyResourcesAttribute
Public Sub New (resourcesName As String, useDefaultKeys As Boolean)

パラメーター

resourcesName
String

リソースの名前 (例: Microsoft。SqlServer.Foo.BarStrings)

useDefaultKeys
Boolean

適用対象