DtsLocalizableAttribute(String, String) Constructor

Definition

Initializes a new instance of the DtsLocalizableAttribute class.

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)

Parameters

localizedDisplayNameProperty
String

The name of the property used to look up the DisplayName property in the resource class.

localizedDescriptionProperty
String

The name of the property used to look up the Description property in the resource class.

Applies to