LocalizedEnumConverter Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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
Inheritance Hierarchy
System.Object
System.ComponentModel.TypeConverter
System.ComponentModel.EnumConverter
Microsoft.SqlServer.Dts.Design.LocalizedEnumConverter
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.