Costruttore BaseLocalizableAttribute

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Localization
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    type As Type, _
    propertyName As String _
)
'Utilizzo
Dim type As Type 
Dim propertyName As String 

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

Parametri

Vedere anche

Riferimento

BaseLocalizableAttribute Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Localization