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.
Namespace: Microsoft.SqlServer.Dts.Runtime.Design
Assembly: Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)
Syntax
'Declaration
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. |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.