DtsTaskAttribute Class
Supplies design time information about a Task object.
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
System::Attribute
Microsoft.SqlServer.Dts.Runtime.Localization::DtsLocalizableAttribute
Microsoft.SqlServer.Dts.Runtime::DtsTaskAttribute
| Name | Description | |
|---|---|---|
![]() | DtsTaskAttribute() | Initializes a new instance of the DtsTaskAttribute class. |
| Name | Description | |
|---|---|---|
![]() | Description | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the description of the DtsLocalizableAttribute.(Inherited from DtsLocalizableAttribute.) |
![]() | DisplayName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the display name of the DtsLocalizableAttribute.(Inherited from DtsLocalizableAttribute.) |
![]() | HelpCollection | Gets or sets the help collection from which to retrieve the help. |
![]() | HelpKeyword | Gets or sets the help keyword associated with the task object. |
![]() | IconResource | Gets or sets the icon associated with the task object. |
![]() | LocalizationType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the class that supplies values for the DtsLocalizableAttribute.(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. |
![]() | SamplesTag | Gets or sets the samples tag from the task. |
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Attribute.) |
![]() | GetHashCode() | (Inherited from Attribute.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsDefaultAttribute() | (Inherited from Attribute.) |
![]() | Match(Object^) | (Inherited from Attribute.) |
![]() | ToString() | (Inherited from Object.) |
| 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.) |
This attribute is applied to managed tasks that are derived from Task. The attribute identifies a class as a managed task and provides information through its properties that control how the SSIS Designer displays and interacts with the object.
The DisplayName property is displayed in the Toolbox of tasks in the SQL Server Data Tools (SSDT).
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



