Compartir a través de


LocalizedEnumConverter(Type, Object[]) Constructor

Definición

Inicializa una nueva instancia de la clase 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())

Parámetros

type
Type

Tipo.

valueNamePairs
Object[]

Pares de nombre/valor.

Se aplica a