DtsLocalizableAttribute constructeur
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Localization
Assembly : Microsoft.SqlServer.ManagedDTS (dans Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
localizedDisplayNameProperty As String, _
localizedDescriptionProperty As String _
)
'Utilisation
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
)
Paramètres
- localizedDisplayNameProperty
Type : System. . :: . .String
- localizedDescriptionProperty
Type : System. . :: . .String