Classe DtsTaskAttribute
Supplies design time information about a Task object.
Hierarquia de herança
System.Object
System.Attribute
Microsoft.SqlServer.Dts.Runtime.Localization.DtsLocalizableAttribute
Microsoft.SqlServer.Dts.Runtime.DtsTaskAttribute
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
<AttributeUsageAttribute(AttributeTargets.Class, Inherited := False, AllowMultiple := False)> _
Public NotInheritable Class DtsTaskAttribute _
Inherits DtsLocalizableAttribute
'Uso
Dim instance As DtsTaskAttribute
[AttributeUsageAttribute(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
public sealed class DtsTaskAttribute : DtsLocalizableAttribute
[AttributeUsageAttribute(AttributeTargets::Class, Inherited = false, AllowMultiple = false)]
public ref class DtsTaskAttribute sealed : public DtsLocalizableAttribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class, Inherited = false, AllowMultiple = false)>]
type DtsTaskAttribute =
class
inherit DtsLocalizableAttribute
end
public final class DtsTaskAttribute extends DtsLocalizableAttribute
O tipo DtsTaskAttribute expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
DtsTaskAttribute | Initializes a new instance of the DtsTaskAttribute class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Description | Infraestrutura. Gets or sets the description of the DtsLocalizableAttribute. (Herdado de DtsLocalizableAttribute.) | |
DisplayName | Infraestrutura. Gets or sets the display name of the DtsLocalizableAttribute. (Herdado de 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 | Infraestrutura. Gets or sets the class that supplies values for the DtsLocalizableAttribute. (Herdado de 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 | (Herdado de Attribute.) | |
UITypeName | Specifies the qualified name of the assembly that implements the user interface of the task. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Attribute.) | |
GetHashCode | (Herdado de Attribute.) | |
GetType | (Herdado de Object.) | |
IsDefaultAttribute | (Herdado de Attribute.) | |
Match | (Herdado de Attribute.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
_Attribute.GetIDsOfNames | (Herdado de Attribute.) | |
_Attribute.GetTypeInfo | (Herdado de Attribute.) | |
_Attribute.GetTypeInfoCount | (Herdado de Attribute.) | |
_Attribute.Invoke | (Herdado de Attribute.) |
Início
Comentários
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 SSDT (SQL Server Data Tools).
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.