Constructeur LocalizedEnumConverter
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Initializes a new instance of the LocalizedEnumConverter class.
Espace de noms : Microsoft.SqlServer.Dts.Design
Assembly : Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
type As Type, _
ParamArray valueNamePairs As Object() _
)
'Utilisation
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[]
)
Paramètres
- type
Type : System.Type
The type.
- valueNamePairs
Type : array<System.Object[]
the value name pairs.