CommonLocalizableEnumConverter(Type) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此构造函数是默认构造函数,如果此转换器直接放置在枚举类上,而不是通过包含类上的 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