Поделиться через


Класс DtsTaskAttribute

Supplies design time information about a Task object.

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
<AttributeUsageAttribute(AttributeTargets.Class, Inherited := False, AllowMultiple := False)> _
Public NotInheritable Class DtsTaskAttribute _
    Inherits DtsLocalizableAttribute
'Применение
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

Тип DtsTaskAttribute обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод DtsTaskAttribute Initializes a new instance of the DtsTaskAttribute class.

В начало

Свойства

  Имя Описание
Открытое свойство Description Инфраструктура. Gets or sets the description of the DtsLocalizableAttribute. (Производный от DtsLocalizableAttribute.)
Открытое свойство DisplayName Инфраструктура. Gets or sets the display name of the DtsLocalizableAttribute. (Производный от 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 Инфраструктура. Gets or sets the class that supplies values for the DtsLocalizableAttribute. (Производный от 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 (Производный от Attribute.)
Открытое свойство UITypeName Specifies the qualified name of the assembly that implements the user interface of the task.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Attribute.)
Открытый метод GetHashCode (Производный от Attribute.)
Открытый метод GetType (Производный от Object.)
Открытый метод IsDefaultAttribute (Производный от Attribute.)
Открытый метод Match (Производный от Attribute.)
Открытый метод ToString (Производный от Object.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод _Attribute.GetIDsOfNames (Производный от Attribute.)
Явная реализация интерфейсаЗакрытый метод _Attribute.GetTypeInfo (Производный от Attribute.)
Явная реализация интерфейсаЗакрытый метод _Attribute.GetTypeInfoCount (Производный от Attribute.)
Явная реализация интерфейсаЗакрытый метод _Attribute.Invoke (Производный от 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).

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime