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. |