DtsLocalizableAttribute-Konstruktor
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Namespace: Microsoft.SqlServer.Dts.Runtime.Localization
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Protected Sub New ( _
localizedDisplayNameProperty As String, _
localizedDescriptionProperty As String _
)
'Usage
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
)
Parameter
- localizedDisplayNameProperty
Typ: System. . :: . .String
- localizedDescriptionProperty
Typ: System. . :: . .String