共用方式為


LocalizedEnumConverter Constructor

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

命名空間: Microsoft.SqlServer.Dts.Design
組件: Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)

語法

'宣告
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[]
)

參數

  • type
  • valueNamePairs

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

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