语言

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

适用于