Partager via


LocalizedEnumConverter Constructor

This constructor supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.

Espace de noms: Microsoft.SqlServer.Dts.Design
Assembly: Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)

Syntaxe

'Déclaration
Protected Sub New ( _
    type As Type, _
    ParamArray valueNamePairs As Object() _
)
protected LocalizedEnumConverter (
    Type type,
    params Object[] valueNamePairs
)
protected:
LocalizedEnumConverter (
    Type^ type, 
    ... array<Object^>^ valueNamePairs
)
protected LocalizedEnumConverter (
    Type type, 
    Object[] valueNamePairs
)
protected function LocalizedEnumConverter (
    type : Type, 
    ... valueNamePairs : Object[]
)

Paramètres

  • type
  • valueNamePairs

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

LocalizedEnumConverter Class
LocalizedEnumConverter Members
Microsoft.SqlServer.Dts.Design Namespace