LocalizableEnumConverter Class
Provides a way of converting the values of an Enum type to localized strings. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Inheritance Hierarchy
System.Object
System.ComponentModel.TypeConverter
System.ComponentModel.EnumConverter
Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableEnumConverter
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Class LocalizableEnumConverter _
Inherits EnumConverter
'Usage
Dim instance As LocalizableEnumConverter
public class LocalizableEnumConverter : EnumConverter
public ref class LocalizableEnumConverter : public EnumConverter
type LocalizableEnumConverter =
class
inherit EnumConverter
end
public class LocalizableEnumConverter extends EnumConverter
The LocalizableEnumConverter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
LocalizableEnumConverter | Initializes a new instance of the LocalizableEnumConverter class. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Comparer | (Inherited from EnumConverter.) |
![]() |
EnumType | (Inherited from EnumConverter.) |
![]() |
Values | (Inherited from EnumConverter.) |
Top
Methods
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.