언어

IDTSContainer100.ForceExecutionResult 속성

정의

컨테이너의 강제 실행 결과를 받거나 설정합니다.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSForcedExecResult ForceExecutionResult { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSForcedExecResult get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSForcedExecResult value); };
[System.Runtime.InteropServices.DispId(18)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSForcedExecResult ForceExecutionResult { [System.Runtime.InteropServices.DispId(18)] get; [System.Runtime.InteropServices.DispId(18)] set; }
[<System.Runtime.InteropServices.DispId(18)>]
[<get: System.Runtime.InteropServices.DispId(18)>]
[<set: System.Runtime.InteropServices.DispId(18)>]
member this.ForceExecutionResult : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSForcedExecResult with get, set
Public Property ForceExecutionResult As DTSForcedExecResult

속성 값

DTSForcedExecResult 소포나 컨테이너의 강제 성공 또는 실패를 보고하는 열거 목록입니다.

특성

설명

자세한 내용은 DtsContainer를 참조하세요.

적용 대상