CommonLocalizableEnumConverter(Type) 构造函数

定义

此构造函数是默认构造函数,如果此转换器直接放置在枚举类上,而不是通过包含类上的 LocalizedTypeConverter 属性的抽象来使用。

public CommonLocalizableEnumConverter(Type type);
new Microsoft.SqlServer.Management.Common.CommonLocalizableEnumConverter : Type -> Microsoft.SqlServer.Management.Common.CommonLocalizableEnumConverter
Public Sub New (type As Type)

参数

type
Type

适用于