Класс ActionTypeConverter

Represents the action type converter class.

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Сборка:  Microsoft.SqlServer.TransferDatabasesTask (в Microsoft.SqlServer.TransferDatabasesTask.dll)

Синтаксис

'Декларация
Public Class ActionTypeConverter _
    Inherits TypeConverter
'Применение
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

Тип ActionTypeConverter обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ActionTypeConverter Initializes a new instance of the ActionTypeConverter class.

В начало

Методы

  Имя Описание
Открытый метод CanConvertFrom(Type) (Производный от TypeConverter.)
Открытый метод CanConvertFrom(ITypeDescriptorContext, Type) Specifies whether the action type converter can convert from a specified source object. (Переопределяет TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type).)
Открытый метод CanConvertTo(Type) (Производный от TypeConverter.)
Открытый метод CanConvertTo(ITypeDescriptorContext, Type) Specifies whether the action type converter can convert to a specified destination object. (Переопределяет TypeConverter.CanConvertTo(ITypeDescriptorContext, Type).)
Открытый метод ConvertFrom(Object) (Производный от TypeConverter.)
Открытый метод ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Converts the action type object from a specified object. (Переопределяет TypeConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object).)
Открытый метод ConvertFromInvariantString(String) (Производный от TypeConverter.)
Открытый метод ConvertFromInvariantString(ITypeDescriptorContext, String) (Производный от TypeConverter.)
Открытый метод ConvertFromString(String) (Производный от TypeConverter.)
Открытый метод ConvertFromString(ITypeDescriptorContext, String) (Производный от TypeConverter.)
Открытый метод ConvertFromString(ITypeDescriptorContext, CultureInfo, String) (Производный от TypeConverter.)
Открытый метод ConvertTo(Object, Type) (Производный от TypeConverter.)
Открытый метод ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Converts the action type object to a specified object. (Переопределяет TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).)
Открытый метод ConvertToInvariantString(Object) (Производный от TypeConverter.)
Открытый метод ConvertToInvariantString(ITypeDescriptorContext, Object) (Производный от TypeConverter.)
Открытый метод ConvertToString(Object) (Производный от TypeConverter.)
Открытый метод ConvertToString(ITypeDescriptorContext, Object) (Производный от TypeConverter.)
Открытый метод ConvertToString(ITypeDescriptorContext, CultureInfo, Object) (Производный от TypeConverter.)
Открытый метод CreateInstance(IDictionary) (Производный от TypeConverter.)
Открытый метод CreateInstance(ITypeDescriptorContext, IDictionary) (Производный от TypeConverter.)
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Защищенный метод GetConvertFromException (Производный от TypeConverter.)
Защищенный метод GetConvertToException (Производный от TypeConverter.)
Открытый метод GetCreateInstanceSupported() (Производный от TypeConverter.)
Открытый метод GetCreateInstanceSupported(ITypeDescriptorContext) (Производный от TypeConverter.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetProperties(Object) (Производный от TypeConverter.)
Открытый метод GetProperties(ITypeDescriptorContext, Object) (Производный от TypeConverter.)
Открытый метод GetProperties(ITypeDescriptorContext, Object, array<Attribute[]) (Производный от TypeConverter.)
Открытый метод GetPropertiesSupported() (Производный от TypeConverter.)
Открытый метод GetPropertiesSupported(ITypeDescriptorContext) (Производный от TypeConverter.)
Открытый метод GetStandardValues() (Производный от TypeConverter.)
Открытый метод GetStandardValues(ITypeDescriptorContext) Gets the collection of standard values of the action type object. (Переопределяет TypeConverter.GetStandardValues(ITypeDescriptorContext).)
Открытый метод GetStandardValuesExclusive() (Производный от TypeConverter.)
Открытый метод GetStandardValuesExclusive(ITypeDescriptorContext) (Производный от TypeConverter.)
Открытый метод GetStandardValuesSupported() (Производный от TypeConverter.)
Открытый метод GetStandardValuesSupported(ITypeDescriptorContext) Returns the standard values supported by the action type object. (Переопределяет TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext).)
Открытый метод GetType (Производный от Object.)
Открытый метод IsValid(Object) (Производный от TypeConverter.)
Открытый метод IsValid(ITypeDescriptorContext, Object) (Производный от TypeConverter.)
Защищенный метод MemberwiseClone (Производный от Object.)
Защищенный метод SortProperties (Производный от TypeConverter.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask