LocalizedEnumConverter コンストラクター

この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.SqlServer.Dts.Design
アセンブリ:  Microsoft.SqlServer.Dts.Design (Microsoft.SqlServer.Dts.Design.dll)

構文

'宣言
Protected Sub New ( _
    type As Type, _
    ParamArray valueNamePairs As Object() _
)
'使用
Dim type As Type
Dim valueNamePairs As Object()

Dim instance As New LocalizedEnumConverter(type, valueNamePairs)
protected LocalizedEnumConverter(
    Type type,
    params Object[] valueNamePairs
)
protected:
LocalizedEnumConverter(
    Type^ type, 
    ... array<Object^>^ valueNamePairs
)
new : 
        type:Type * 
        valueNamePairs:Object[] -> LocalizedEnumConverter
protected function LocalizedEnumConverter(
    type : Type, 
    ... valueNamePairs : Object[]
)

パラメーター