LocalizedEnumConverter constructeur
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Design
Assembly : Microsoft.SqlServer.Dts.Design (dans 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
- valueNamePairs
Type : array<System. . :: . .Object> [] () [] []