Sprache

DtsLocalizableAttribute(String, String) Konstruktor

Definition

Initialisiert eine neue Instanz der DtsLocalizableAttribute-Klasse.

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)

Parameter

localizedDisplayNameProperty
String

Der Name der Immobilie, die verwendet wurde, um die DisplayName Eigenschaft in der Ressourcenklasse nachzuschlagen.

localizedDescriptionProperty
String

Der Name der Immobilie, die verwendet wurde, um die Description Eigenschaft in der Ressourcenklasse nachzuschlagen.

Gilt für: