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[]
)
参数
- type
类型:System.Type
The type.
- valueNamePairs
类型:array<System.Object[]
the value name pairs.