Compartir a través de


LocalizedEnumConverter Constructor

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Initializes a new instance of the LocalizedEnumConverter class.

Espacio de nombres:  Microsoft.SqlServer.Dts.Design
Ensamblado:  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Sintaxis

'Declaración
Protected Sub New ( _
    type As Type, _
    ParamArray valueNamePairs As Object() _
)
'Uso
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[]
)

Parámetros

  • valueNamePairs
    Tipo: array<System.Object[]
    the value name pairs.

Vea también

Referencia

LocalizedEnumConverter Clase

Espacio de nombres Microsoft.SqlServer.Dts.Design