Condividi tramite


Costruttore LocalizedEnumConverter

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Design
Assembly:  Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)

Sintassi

'Dichiarazione
Protected Sub New ( _
    type As Type, _
    ParamArray valueNamePairs As Object() _
)
'Utilizzo
Dim type As Type
Dim valueNamePairs As Object()

Dim instance As New LocalizedEnumConverter(type, valueNamePairs)
protected LocalizedEnumConverter(
    Type type,
    params Object[] valueNamePairs
)
protected:
LocalizedEnumConverter(
    Type^ type, 
    ... array<Object^>^ valueNamePairs
)
new : 
        type:Type * 
        valueNamePairs:Object[] -> LocalizedEnumConverter
protected function LocalizedEnumConverter(
    type : Type, 
    ... valueNamePairs : Object[]
)

Parametri