Condividi tramite


Classe ActionTypeConverter

Represents the action type converter class.

Gerarchia di ereditarietà

System.Object
  System.ComponentModel.TypeConverter
    Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask.ActionTypeConverter

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Assembly:  Microsoft.SqlServer.TransferDatabasesTask (in Microsoft.SqlServer.TransferDatabasesTask.dll)

Sintassi

'Dichiarazione
Public Class ActionTypeConverter _
    Inherits TypeConverter
'Utilizzo
Dim instance As ActionTypeConverter
public class ActionTypeConverter : TypeConverter
public ref class ActionTypeConverter : public TypeConverter
type ActionTypeConverter =  
    class 
        inherit TypeConverter 
    end
public class ActionTypeConverter extends TypeConverter

Nel tipo ActionTypeConverter sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ActionTypeConverter Initializes a new instance of the ActionTypeConverter class.

In alto

Metodi

  Nome Descrizione
Metodo pubblico CanConvertFrom(Type) Ereditato da TypeConverter.
Metodo pubblico CanConvertFrom(ITypeDescriptorContext, Type) Specifies whether the action type converter can convert from a specified source object. Esegue l'override di TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type).
Metodo pubblico CanConvertTo(Type) Ereditato da TypeConverter.
Metodo pubblico CanConvertTo(ITypeDescriptorContext, Type) Specifies whether the action type converter can convert to a specified destination object. Esegue l'override di TypeConverter.CanConvertTo(ITypeDescriptorContext, Type).
Metodo pubblico ConvertFrom(Object) Ereditato da TypeConverter.
Metodo pubblico ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Converts the action type object from a specified object. Esegue l'override di TypeConverter.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 action type object to a specified object. Esegue l'override di TypeConverter.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) Gets the collection of standard values of the action type object. Esegue l'override di TypeConverter.GetStandardValues(ITypeDescriptorContext).
Metodo pubblico GetStandardValuesExclusive() Ereditato da TypeConverter.
Metodo pubblico GetStandardValuesExclusive(ITypeDescriptorContext) Ereditato da TypeConverter.
Metodo pubblico GetStandardValuesSupported() Ereditato da TypeConverter.
Metodo pubblico GetStandardValuesSupported(ITypeDescriptorContext) Returns the standard values supported by the action type object. Esegue l'override di TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext).
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico IsValid(Object) Ereditato da TypeConverter.
Metodo pubblico IsValid(ITypeDescriptorContext, Object) Ereditato da TypeConverter.
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.Dts.Tasks.TransferDatabaseTask