LocalizableEnumConverter Constructor
Initializes a new instance of the LocalizableEnumConverter class. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
type As Type _
)
'Usage
Dim type As Type
Dim instance As New LocalizableEnumConverter(type)
public LocalizableEnumConverter(
Type type
)
public:
LocalizableEnumConverter(
Type^ type
)
new :
type:Type -> LocalizableEnumConverter
public function LocalizableEnumConverter(
type : Type
)
Parameters
- type
Type: System.Type
The Enum type.