Partilhar via


LocalizedEnumConverter(Type, Object[]) Construtor

Definição

Inicializa uma nova instância da 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())

Parâmetros

type
Type

O tipo.

valueNamePairs
Object[]

Os pares valor-nome.

Aplica-se a