Compartir a través de


LocalizablePropertyDisplayNameAttribute Constructor

Initializes a new instance of the LocalizablePropertyDisplayNameAttribute class using the specified type and property name.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Localization
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Sub New ( _
    type As Type, _
    propertyName As String _
)
'Uso
Dim type As Type 
Dim propertyName As String 

Dim instance As New LocalizablePropertyDisplayNameAttribute(type, propertyName)
public LocalizablePropertyDisplayNameAttribute(
    Type type,
    string propertyName
)
public:
LocalizablePropertyDisplayNameAttribute(
    Type^ type, 
    String^ propertyName
)
new : 
        type:Type * 
        propertyName:string -> LocalizablePropertyDisplayNameAttribute
public function LocalizablePropertyDisplayNameAttribute(
    type : Type, 
    propertyName : String
)

Parámetros

Vea también

Referencia

LocalizablePropertyDisplayNameAttribute Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Localization