LocalizableTypeConverter Class
Represents a type converter that can be used to show the properties of a class using the localized name, description, and category. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Inheritance Hierarchy
System.Object
System.ComponentModel.TypeConverter
Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableTypeConverter
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Class LocalizableTypeConverter _
Inherits TypeConverter
'Usage
Dim instance As LocalizableTypeConverter
public class LocalizableTypeConverter : TypeConverter
public ref class LocalizableTypeConverter : public TypeConverter
type LocalizableTypeConverter =
class
inherit TypeConverter
end
public class LocalizableTypeConverter extends TypeConverter
The LocalizableTypeConverter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
LocalizableTypeConverter | Initializes a new instance of the LocalizableTypeConverter class. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
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.