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


TaskUILifetimeHint Enumeration

Provides information about how expensive it is to recreate the user interface for a task. The lifetime hint enumeration is used as an attribute on a task.

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

Синтаксис

'Декларация
Public Enumeration TaskUILifetimeHint
public enum TaskUILifetimeHint
public enum class TaskUILifetimeHint
public enum TaskUILifetimeHint
public enum TaskUILifetimeHint

Members

Member name Description
RecreationExpensive Recreating the user interface is expensive.
RecreationInexpensive Recreating the user interface is not expensive.

Платформы

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

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

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

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

См. также

Справочник

Microsoft.SqlServer.Dts.Runtime.Design Namespace