Share via


ActionTypeConverter Class

Represents the action type converter class.

Inheritance Hierarchy

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
Assembly:  Microsoft.SqlServer.TransferDatabasesTask (in Microsoft.SqlServer.TransferDatabasesTask.dll)

Syntax

'Declaration
Public Class ActionTypeConverter _
    Inherits TypeConverter
'Usage
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

The ActionTypeConverter type exposes the following members.

Constructors

  Name Description
Public method ActionTypeConverter Initializes a new instance of the ActionTypeConverter class.

Top

Methods

  Name Description
Public method CanConvertFrom(Type) (Inherited from TypeConverter.)
Public method CanConvertFrom(ITypeDescriptorContext, Type) Specifies whether the action type converter can convert from a specified source object. (Overrides TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type).)
Public method CanConvertTo(Type) (Inherited from TypeConverter.)
Public method CanConvertTo(ITypeDescriptorContext, Type) Specifies whether the action type converter can convert to a specified destination object. (Overrides TypeConverter.CanConvertTo(ITypeDescriptorContext, Type).)
Public method ConvertFrom(Object) (Inherited from TypeConverter.)
Public method ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Converts the action type object from a specified object. (Overrides TypeConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object).)
Public method ConvertFromInvariantString(String) (Inherited from TypeConverter.)
Public method ConvertFromInvariantString(ITypeDescriptorContext, String) (Inherited from TypeConverter.)
Public method ConvertFromString(String) (Inherited from TypeConverter.)
Public method ConvertFromString(ITypeDescriptorContext, String) (Inherited from TypeConverter.)
Public method ConvertFromString(ITypeDescriptorContext, CultureInfo, String) (Inherited from TypeConverter.)
Public method ConvertTo(Object, Type) (Inherited from TypeConverter.)
Public method ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Converts the action type object to a specified object. (Overrides TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).)
Public method ConvertToInvariantString(Object) (Inherited from TypeConverter.)
Public method ConvertToInvariantString(ITypeDescriptorContext, Object) (Inherited from TypeConverter.)
Public method ConvertToString(Object) (Inherited from TypeConverter.)
Public method ConvertToString(ITypeDescriptorContext, Object) (Inherited from TypeConverter.)
Public method ConvertToString(ITypeDescriptorContext, CultureInfo, Object) (Inherited from TypeConverter.)
Public method CreateInstance(IDictionary) (Inherited from TypeConverter.)
Public method CreateInstance(ITypeDescriptorContext, IDictionary) (Inherited from TypeConverter.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method GetConvertFromException (Inherited from TypeConverter.)
Protected method GetConvertToException (Inherited from TypeConverter.)
Public method GetCreateInstanceSupported() (Inherited from TypeConverter.)
Public method GetCreateInstanceSupported(ITypeDescriptorContext) (Inherited from TypeConverter.)
Public method GetHashCode (Inherited from Object.)
Public method GetProperties(Object) (Inherited from TypeConverter.)
Public method GetProperties(ITypeDescriptorContext, Object) (Inherited from TypeConverter.)
Public method GetProperties(ITypeDescriptorContext, Object, array<Attribute[]) (Inherited from TypeConverter.)
Public method GetPropertiesSupported() (Inherited from TypeConverter.)
Public method GetPropertiesSupported(ITypeDescriptorContext) (Inherited from TypeConverter.)
Public method GetStandardValues() (Inherited from TypeConverter.)
Public method GetStandardValues(ITypeDescriptorContext) Gets the collection of standard values of the action type object. (Overrides TypeConverter.GetStandardValues(ITypeDescriptorContext).)
Public method GetStandardValuesExclusive() (Inherited from TypeConverter.)
Public method GetStandardValuesExclusive(ITypeDescriptorContext) (Inherited from TypeConverter.)
Public method GetStandardValuesSupported() (Inherited from TypeConverter.)
Public method GetStandardValuesSupported(ITypeDescriptorContext) Returns the standard values supported by the action type object. (Overrides TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext).)
Public method GetType (Inherited from Object.)
Public method IsValid(Object) (Inherited from TypeConverter.)
Public method IsValid(ITypeDescriptorContext, Object) (Inherited from TypeConverter.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method SortProperties (Inherited from TypeConverter.)
Public method ToString (Inherited from Object.)

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.

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask Namespace