Udostępnij za pośrednictwem


LocalizedEnumConverter Constructor

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

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() _
)
protected LocalizedEnumConverter (
    Type type,
    params Object[] valueNamePairs
)
protected:
LocalizedEnumConverter (
    Type^ type, 
    ... array<Object^>^ valueNamePairs
)
protected LocalizedEnumConverter (
    Type type, 
    Object[] valueNamePairs
)
protected function LocalizedEnumConverter (
    type : Type, 
    ... valueNamePairs : Object[]
)

Parameters

  • type
  • valueNamePairs

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

LocalizedEnumConverter Class
LocalizedEnumConverter Members
Microsoft.SqlServer.Dts.Design Namespace