TaskUILifetimeHintAttribute Constructor

Initializes a new instance of the TaskUILifetimeHintAttribute class.

Пространство имен: Microsoft.SqlServer.Dts.Runtime.Design
Сборка: Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)

Синтаксис

'Декларация
Public Sub New ( _
    taskUILifetimeHint As TaskUILifetimeHint _
)
public TaskUILifetimeHintAttribute (
    TaskUILifetimeHint taskUILifetimeHint
)
public:
TaskUILifetimeHintAttribute (
    TaskUILifetimeHint taskUILifetimeHint
)
public TaskUILifetimeHintAttribute (
    TaskUILifetimeHint taskUILifetimeHint
)
public function TaskUILifetimeHintAttribute (
    taskUILifetimeHint : TaskUILifetimeHint
)

Параметры

  • taskUILifetimeHint
    A value from the TaskUILifetimeHint enumeration that describes how expensive this user interface is to re-create.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

TaskUILifetimeHintAttribute Class
TaskUILifetimeHintAttribute Members
Microsoft.SqlServer.Dts.Runtime.Design Namespace