Linguaggio

LocalizablePropertyDisplayNameAttribute(Type, String) Costruttore

Definizione

Inizializza una nuova istanza della LocalizablePropertyDisplayNameAttribute classe usando il tipo specificato e il nome della proprietà.

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)

Parametri

type
Type

Nome del tipo.

propertyName
String

Nome della proprietà.

Si applica a