DtsContainer.ForceExecutionResult 속성

정의

컨테이너의 강제 실행 결과를 지정하는 DTSForcedExecResult 열거형 값을 가져오거나 설정합니다.

public:
 property Microsoft::SqlServer::Dts::Runtime::DTSForcedExecResult ForceExecutionResult { Microsoft::SqlServer::Dts::Runtime::DTSForcedExecResult get(); void set(Microsoft::SqlServer::Dts::Runtime::DTSForcedExecResult value); };
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyCategory(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "PropertyCategoryExecution")]
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "ForceExecutionResultDesc")]
public Microsoft.SqlServer.Dts.Runtime.DTSForcedExecResult ForceExecutionResult { get; set; }
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyCategory(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "PropertyCategoryExecution")>]
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "ForceExecutionResultDesc")>]
member this.ForceExecutionResult : Microsoft.SqlServer.Dts.Runtime.DTSForcedExecResult with get, set
Public Property ForceExecutionResult As DTSForcedExecResult

속성 값

패키지나 컨테이너를 강제 실행한 데 따른 성공 또는 실패 결과를 보고하는 DTSForcedExecResult 열거형입니다. 이 속성의 기본값은 컨테이너가 실행 결과를 강제로 적용하지 않음을 나타내는 값입니다 None. 태스크 또는 컨테이너에서 ForceExecutionResult 속성을 사용하여 패키지에서 검사점 사용을 테스트할 수 있습니다. 태스크 또는 컨테이너의 ForceExecutionResult를 Failure설정하여 실시간 오류를 모방할 수 있습니다. 패키지를 다시 실행하면 실패한 태스크와 컨테이너가 다시 실행됩니다. 자세한 내용은 검사점을 사용하여 패키지 다시 시작을 참조하세요.

특성

적용 대상