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 | |
---|---|---|
![]() |
DtsTaskAttribute() | Initializes a new instance of the DtsTaskAttribute class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Attribute.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Attribute.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
IsDefaultAttribute() | (Inherited from Attribute.) |
![]() |
Match(Object) | (Inherited from Attribute.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Description | Infrastructure. (Inherited from DtsLocalizableAttribute.) |
![]() |
DisplayName | Infrastructure. (Inherited from DtsLocalizableAttribute.) |
![]() |
IconResource | Gets or sets the icon associated with the task object. |
![]() |
LocalizationType | Infrastructure. (Inherited from DtsLocalizableAttribute.) |
![]() |
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. |
![]() |
TaskContact | Gets or sets the contact information for the task. |
![]() |
TaskType | Gets or sets the type of the task. |
![]() |
TypeId | (Inherited from Attribute.) |
![]() |
UITypeName | Specifies the qualified name of the assembly that implements the user interface of the task. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
_Attribute.GetIDsOfNames(Guid%, IntPtr, UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() |
_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() |
_Attribute.GetTypeInfoCount(UInt32%) | (Inherited from Attribute.) |
![]() ![]() |
_Attribute.Invoke(UInt32, Guid%, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | (Inherited from Attribute.) |
Top