LocalizedEnumConverter(Type, Object[]) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.