LocalizablePropertyDisplayNameAttribute(Type, String) Konstruktor

Definition

Initialisiert eine neue Instanz der LocalizablePropertyDisplayNameAttribute-Klasse unter Verwendung des angegebenen Typ- und Eigenschaftennamens.

public:
 LocalizablePropertyDisplayNameAttribute(Type ^ type, System::String ^ propertyName);
public LocalizablePropertyDisplayNameAttribute (Type type, string propertyName);
new Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDisplayNameAttribute : Type * string -> Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDisplayNameAttribute
Public Sub New (type As Type, propertyName As String)

Parameter

type
Type

Der Typname.

propertyName
String

Der Eigenschaftenname.

Gilt für: