Partager via


LocalizedEnumConverter(Type, Object[]) Constructeur

Définition

Initialise une nouvelle instance de la classe LocalizedEnumConverter.

protected:
 LocalizedEnumConverter(Type ^ type, ... cli::array <System::Object ^> ^ valueNamePairs);
protected LocalizedEnumConverter (Type type, params object[] valueNamePairs);
new Microsoft.SqlServer.Dts.Design.LocalizedEnumConverter : Type * obj[] -> Microsoft.SqlServer.Dts.Design.LocalizedEnumConverter
Protected Sub New (type As Type, ParamArray valueNamePairs As Object())

Paramètres

type
Type

Type.

valueNamePairs
Object[]

paires de noms/valeurs.

S’applique à