Compartir a través de


TaskUILifetimeHint Enumeración

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.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Design
Ensamblado:  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Sintaxis

'Declaración
Public Enumeration TaskUILifetimeHint
'Uso
Dim instance As TaskUILifetimeHint
public enum TaskUILifetimeHint
public enum class TaskUILifetimeHint
type TaskUILifetimeHint
public enum TaskUILifetimeHint

Miembros

Nombre del miembro Descripción
RecreationExpensive Recreating the user interface is expensive.
RecreationInexpensive Recreating the user interface is not expensive.