Langage

LocalizablePropertyDisplayNameAttribute(Type, String) Constructeur

Définition

Initialise une nouvelle instance de la LocalizablePropertyDisplayNameAttribute classe en utilisant le type et le nom de propriété spécifiés.

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)

Paramètres

type
Type

Nom du type.

propertyName
String

Nom de la propriété.

S’applique à