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.
命名空間: Microsoft.SqlServer.Dts.Runtime.Design
組件: Microsoft.SqlServer.Dts.Design (在 Microsoft.SqlServer.Dts.Design.dll 中)
語法
'宣告
Public Enumeration TaskUILifetimeHint
'用途
Dim instance As TaskUILifetimeHint
public enum TaskUILifetimeHint
public enum class TaskUILifetimeHint
type TaskUILifetimeHint
public enum TaskUILifetimeHint
成員
成員名稱 | 說明 | |
---|---|---|
RecreationExpensive | Recreating the user interface is expensive. | |
RecreationInexpensive | Recreating the user interface is not expensive. |