언어

IDTSContainer100.ForceExecutionValue 속성

정의

컨테이너의 실행 값이 특정 값을 포함하도록 강제해야 하는지 여부를 나타내는 값을 받거나 설정합니다.

public:
 property bool ForceExecutionValue { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(32)]
public bool ForceExecutionValue { [System.Runtime.InteropServices.DispId(32)] get; [System.Runtime.InteropServices.DispId(32)] set; }
[<System.Runtime.InteropServices.DispId(32)>]
[<get: System.Runtime.InteropServices.DispId(32)>]
[<set: System.Runtime.InteropServices.DispId(32)>]
member this.ForceExecutionValue : bool with get, set
Public Property ForceExecutionValue As Boolean

속성 값

컨테이너의 실행 값이 특정 값을 강제로 포함해야 한다면 참입니다; 그렇지 않으면 거짓입니다.

특성

설명

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

적용 대상