다음을 통해 공유


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.

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime.Design 네임스페이스