Share via


DtsTaskAttribute Members

Include Protected Members
Include Inherited Members

Supplies design time information about a Task object.

The DtsTaskAttribute type exposes the following members.

Constructors

  Name Description
Public method DtsTaskAttribute() Initializes a new instance of the DtsTaskAttribute class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Attribute.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Attribute.)
Public method GetType() (Inherited from Object.)
Public method IsDefaultAttribute() (Inherited from Attribute.)
Public method Match(Object) (Inherited from Attribute.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Description Infrastructure. (Inherited from DtsLocalizableAttribute.)
Public property DisplayName Infrastructure. (Inherited from DtsLocalizableAttribute.)
Public property IconResource Gets or sets the icon associated with the task object.
Public property LocalizationType Infrastructure. (Inherited from DtsLocalizableAttribute.)
Public property RequiredProductLevel Gets or sets a value from the DTSProductLevel enumeration so you can specify a specific product that this task is used with in the attribute.
Public property TaskContact Gets or sets the contact information for the task.
Public property TaskType Gets or sets the type of the task.
Public property TypeId (Inherited from Attribute.)
Public property UITypeName Specifies the qualified name of the assembly that implements the user interface of the task.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method _Attribute.GetIDsOfNames(Guid%, IntPtr, UInt32, UInt32, IntPtr) (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute.GetTypeInfoCount(UInt32%) (Inherited from Attribute.)
Explicit interface implemetationPrivate method _Attribute.Invoke(UInt32, Guid%, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) (Inherited from Attribute.)

Top