LocalizedEnumConverter(Type, Object[]) 建構函式

定義

初始化 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())

參數

type
Type

「類型」。

valueNamePairs
Object[]

價值名稱成對。

適用於