LocalizedEnumConverter Class
This API supports the infrastructure and is not intended to be used directly from your code.
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.
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.