언어

IDTSContainer100.DelayValidation 속성

정의

작업 검증이 실행 시점까지 지연되는지 여부를 나타내는 값을 받거나 설정합니다.

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

속성 값

작업 검증이 실행 시점까지 지연되면 참입니다; 그렇지 않으면 거짓입니다.

특성

설명

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

적용 대상