Classe LocalizableEnumConverter

Provides a way of converting the values of an Enum type to localized strings. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Gerarchia di ereditarietà

System.Object
  System.ComponentModel.TypeConverter
    System.ComponentModel.EnumConverter
      Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableEnumConverter

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Class LocalizableEnumConverter _
    Inherits EnumConverter
'Utilizzo
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

Nel tipo LocalizableEnumConverter sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico LocalizableEnumConverter Initializes a new instance of the LocalizableEnumConverter class. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

In alto

Proprietà

  Nome Descrizione
Proprietà protetta Comparer Ereditato da EnumConverter.
Proprietà protetta EnumType Ereditato da EnumConverter.
Proprietà protetta Values Ereditato da EnumConverter.

In alto

Metodi

  Nome Descrizione
Metodo pubblico CanConvertFrom(Type) Ereditato da TypeConverter.
Metodo pubblico CanConvertFrom(ITypeDescriptorContext, Type) Ereditato da EnumConverter.
Metodo pubblico CanConvertTo(Type) Ereditato da TypeConverter.
Metodo pubblico CanConvertTo(ITypeDescriptorContext, Type) Ereditato da EnumConverter.
Metodo pubblico ConvertFrom(Object) Ereditato da TypeConverter.
Metodo pubblico ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Converts the specified value to the Enum type. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di EnumConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object).
Metodo pubblico ConvertFromInvariantString(String) Ereditato da TypeConverter.
Metodo pubblico ConvertFromInvariantString(ITypeDescriptorContext, String) Ereditato da TypeConverter.
Metodo pubblico ConvertFromString(String) Ereditato da TypeConverter.
Metodo pubblico ConvertFromString(ITypeDescriptorContext, String) Ereditato da TypeConverter.
Metodo pubblico ConvertFromString(ITypeDescriptorContext, CultureInfo, String) Ereditato da TypeConverter.
Metodo pubblico ConvertTo(Object, Type) Ereditato da TypeConverter.
Metodo pubblico ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Converts the given value object to the specified type. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di EnumConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).
Metodo pubblico ConvertToInvariantString(Object) Ereditato da TypeConverter.
Metodo pubblico ConvertToInvariantString(ITypeDescriptorContext, Object) Ereditato da TypeConverter.
Metodo pubblico ConvertToString(Object) Ereditato da TypeConverter.
Metodo pubblico ConvertToString(ITypeDescriptorContext, Object) Ereditato da TypeConverter.
Metodo pubblico ConvertToString(ITypeDescriptorContext, CultureInfo, Object) Ereditato da TypeConverter.
Metodo pubblico CreateInstance(IDictionary) Ereditato da TypeConverter.
Metodo pubblico CreateInstance(ITypeDescriptorContext, IDictionary) Ereditato da TypeConverter.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo protetto GetConvertFromException Ereditato da TypeConverter.
Metodo protetto GetConvertToException Ereditato da TypeConverter.
Metodo pubblico GetCreateInstanceSupported() Ereditato da TypeConverter.
Metodo pubblico GetCreateInstanceSupported(ITypeDescriptorContext) Ereditato da TypeConverter.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetProperties(Object) Ereditato da TypeConverter.
Metodo pubblico GetProperties(ITypeDescriptorContext, Object) Ereditato da TypeConverter.
Metodo pubblico GetProperties(ITypeDescriptorContext, Object, array<Attribute[]) Ereditato da TypeConverter.
Metodo pubblico GetPropertiesSupported() Ereditato da TypeConverter.
Metodo pubblico GetPropertiesSupported(ITypeDescriptorContext) Ereditato da TypeConverter.
Metodo pubblico GetStandardValues() Ereditato da TypeConverter.
Metodo pubblico GetStandardValues(ITypeDescriptorContext) Returns a collection of standard values for the list box in the property grid. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di EnumConverter.GetStandardValues(ITypeDescriptorContext).
Metodo pubblico GetStandardValuesExclusive() Ereditato da TypeConverter.
Metodo pubblico GetStandardValuesExclusive(ITypeDescriptorContext) Returns whether the collection of standard values returned from the GetStandardValues method is an exclusive list of possible values. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di EnumConverter.GetStandardValuesExclusive(ITypeDescriptorContext).
Metodo pubblico GetStandardValuesSupported() Ereditato da TypeConverter.
Metodo pubblico GetStandardValuesSupported(ITypeDescriptorContext) Returns whether this object supports a standard set of values that can be picked from a list. Esegue l'override di EnumConverter.GetStandardValuesSupported(ITypeDescriptorContext).
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico IsValid(Object) Ereditato da TypeConverter.
Metodo pubblico IsValid(ITypeDescriptorContext, Object) Ereditato da EnumConverter.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo protetto SortProperties Ereditato da TypeConverter.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc