Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents the localized enumerator converter.
Inheritance Hierarchy
System.Object
System.ComponentModel.TypeConverter
System.ComponentModel.EnumConverter
Microsoft.SqlServer.Dts.Design.LocalizedEnumConverter
Namespace: Microsoft.SqlServer.Dts.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Syntax
'Declaration
Public MustInherit Class LocalizedEnumConverter _
Inherits EnumConverter
'Usage
Dim instance As LocalizedEnumConverter
public abstract class LocalizedEnumConverter : EnumConverter
public ref class LocalizedEnumConverter abstract : public EnumConverter
[<AbstractClassAttribute>]
type LocalizedEnumConverter =
class
inherit EnumConverter
end
public abstract class LocalizedEnumConverter extends EnumConverter
The LocalizedEnumConverter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
LocalizedEnumConverter | Infrastructure. Initializes a new instance of the LocalizedEnumConverter class. |
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.