다음을 통해 공유


LocalizedEnumConverter 생성자

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Initializes a new instance of the LocalizedEnumConverter class.

네임스페이스:  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[]
)

매개 변수

  • valueNamePairs
    유형: array<System.Object[]
    the value name pairs.

참고 항목

참조

LocalizedEnumConverter 클래스

Microsoft.SqlServer.Dts.Design 네임스페이스