LocalizableEnumConverter(Type) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This constructor is the default constructor that would be used if this converter is placed on an Enum class directly and not via the abstraction through the LocalizedTypeConverter attribute on the containing class.
public LocalizableEnumConverter (Type type);
new Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableEnumConverter : Type -> Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableEnumConverter
Public Sub New (type As Type)
Parameters
- type
- Type