다음을 통해 공유


DtsContainer.ForceExecutionResult Property

Gets or sets a DTSForcedExecResult enumeration value that specifies the execution result of the container.

네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

구문

‘선언
Public Property ForceExecutionResult As DTSForcedExecResult
public DTSForcedExecResult ForceExecutionResult { get; set; }
public:
property DTSForcedExecResult ForceExecutionResult {
    DTSForcedExecResult get ();
    void set (DTSForcedExecResult value);
}
/** @property */
public DTSForcedExecResult get_ForceExecutionResult ()

/** @property */
public void set_ForceExecutionResult (DTSForcedExecResult value)
public function get ForceExecutionResult () : DTSForcedExecResult

public function set ForceExecutionResult (value : DTSForcedExecResult)

속성 값

A DTSForcedExecResult enumeration that indicates the success or failure of the package or container. The default value of this property is None, which indicates that the container does not force its execution outcome. You can use the ForceExecutionResult property on a task or container to test the use of checkpoints in a package. By setting ForceExecutionResult of the task or container to Failure, you can imitate real-time failure. When you rerun the package, failed task and containers will be rerun. For more information, see 패키지에서 검사점 사용.

스레드 보안

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

DtsContainer Class
DtsContainer Members
Microsoft.SqlServer.Dts.Runtime Namespace