Condividi tramite


Classe DtsTaskAttribute

Supplies design time information about a Task object.

Gerarchia di ereditarietà

System.Object
  System.Attribute
    Microsoft.SqlServer.Dts.Runtime.Localization.DtsLocalizableAttribute
      Microsoft.SqlServer.Dts.Runtime.DtsTaskAttribute

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
<AttributeUsageAttribute(AttributeTargets.Class, Inherited := False, AllowMultiple := False)> _
Public NotInheritable Class DtsTaskAttribute _
    Inherits DtsLocalizableAttribute
'Utilizzo
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

Nel tipo DtsTaskAttribute sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico DtsTaskAttribute Initializes a new instance of the DtsTaskAttribute class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Description Infrastruttura. Gets or sets the description of the DtsLocalizableAttribute. Ereditato da DtsLocalizableAttribute.
Proprietà pubblica DisplayName Infrastruttura. Gets or sets the display name of the DtsLocalizableAttribute. Ereditato da DtsLocalizableAttribute.
Proprietà pubblica HelpCollection Gets or sets the help collection from which to retrieve the help.
Proprietà pubblica HelpKeyword Gets or sets the help keyword associated with the task object.
Proprietà pubblica IconResource Gets or sets the icon associated with the task object.
Proprietà pubblica LocalizationType Infrastruttura. Gets or sets the class that supplies values for the DtsLocalizableAttribute. Ereditato da DtsLocalizableAttribute.
Proprietà pubblica 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.
Proprietà pubblica SamplesTag Gets or sets the samples tag from the task.
Proprietà pubblica TaskContact Gets or sets the contact information for the task.
Proprietà pubblica TaskType Gets or sets the type of the task.
Proprietà pubblica TypeId Ereditato da Attribute.
Proprietà pubblica UITypeName Specifies the qualified name of the assembly that implements the user interface of the task.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Attribute.
Metodo pubblico GetHashCode Ereditato da Attribute.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico IsDefaultAttribute Ereditato da Attribute.
Metodo pubblico Match Ereditato da Attribute.
Metodo pubblico ToString Ereditato da Object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato _Attribute.GetIDsOfNames Ereditato da Attribute.
Implementazione esplicita dell'interfacciaMetodo privato _Attribute.GetTypeInfo Ereditato da Attribute.
Implementazione esplicita dell'interfacciaMetodo privato _Attribute.GetTypeInfoCount Ereditato da Attribute.
Implementazione esplicita dell'interfacciaMetodo privato _Attribute.Invoke Ereditato da Attribute.

In alto

Osservazioni

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).

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime