Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
- type
Tipo: System.Type
The type.
- valueNamePairs
Tipo: array<System.Object[]
the value name pairs.