Condividi tramite


Enumerazione TaskUILifetimeHint

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.

Spazio dei nomi:  Microsoft.SqlServer.Dts.Runtime.Design
Assembly:  Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)

Sintassi

'Dichiarazione
Public Enumeration TaskUILifetimeHint
'Utilizzo
Dim instance As TaskUILifetimeHint
public enum TaskUILifetimeHint
public enum class TaskUILifetimeHint
type TaskUILifetimeHint
public enum TaskUILifetimeHint

Membri

Nome membro Descrizione
RecreationExpensive Recreating the user interface is expensive.
RecreationInexpensive Recreating the user interface is not expensive.