Langage

DtsLocalizableAttribute(String, String) Constructeur

Définition

Initialise une nouvelle instance de la classe DtsLocalizableAttribute.

protected:
 DtsLocalizableAttribute(System::String ^ localizedDisplayNameProperty, System::String ^ localizedDescriptionProperty);
protected DtsLocalizableAttribute(string localizedDisplayNameProperty, string localizedDescriptionProperty);
new Microsoft.SqlServer.Dts.Runtime.Localization.DtsLocalizableAttribute : string * string -> Microsoft.SqlServer.Dts.Runtime.Localization.DtsLocalizableAttribute
Protected Sub New (localizedDisplayNameProperty As String, localizedDescriptionProperty As String)

Paramètres

localizedDisplayNameProperty
String

Le nom de la propriété utilisée pour rechercher la DisplayName propriété dans la classe de ressources.

localizedDescriptionProperty
String

Le nom de la propriété utilisée pour rechercher la Description propriété dans la classe de ressources.

S’applique à