LocalizedEnumConverter Constructor
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
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
- valueNamePairs
Tipo: array<System. . :: . .Object> [] () [] []