Share via


LocalizedEnumConverter Constructor

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the LocalizedEnumConverter class.

Namespace:  Microsoft.SqlServer.Dts.Design
Assembly:  Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)

Syntax

'Declaration
Protected Sub New ( _
    type As Type, _
    ParamArray valueNamePairs As Object() _
)
'Usage
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[]
)

Parameters

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

See Also

Reference

LocalizedEnumConverter Class

Microsoft.SqlServer.Dts.Design Namespace