この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
DtsLocalizableAttribute クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Dts.Runtime.Localization
アセンブリ: Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)
構文
'宣言
Protected Sub New ( _
localizedDisplayNameProperty As String, _
localizedDescriptionProperty As String _
)
'使用
Dim localizedDisplayNameProperty As String
Dim localizedDescriptionProperty As String
Dim instance As New DtsLocalizableAttribute(localizedDisplayNameProperty, _
localizedDescriptionProperty)
protected DtsLocalizableAttribute(
string localizedDisplayNameProperty,
string localizedDescriptionProperty
)
protected:
DtsLocalizableAttribute(
String^ localizedDisplayNameProperty,
String^ localizedDescriptionProperty
)
new :
localizedDisplayNameProperty:string *
localizedDescriptionProperty:string -> DtsLocalizableAttribute
protected function DtsLocalizableAttribute(
localizedDisplayNameProperty : String,
localizedDescriptionProperty : String
)
パラメーター
- localizedDisplayNameProperty
型: System.String
リソース クラスの DisplayName プロパティを検索するために使用されるプロパティの名前です。
- localizedDescriptionProperty
型: System.String
リソース クラスの Description プロパティを検索するために使用されるプロパティの名前です。