TransferStoredProceduresTask.SuspendRequired 속성

정의

작업이 중단점을 발견할 때 일시 중단되어야 하는지 여부를 나타내는 부울을 가져오거나 설정합니다. 이 값은 중단점에 도달할 때 태스크 또는 컨테이너의 런타임 엔진에서 설정됩니다.

public:
 property bool SuspendRequired { bool get(); void set(bool value); };
public bool SuspendRequired { get; set; }
member this.SuspendRequired : bool with get, set
Public Property SuspendRequired As Boolean

속성 값

작업이 일시 중단되면 true입니다. 작업이 중단점을 무시할 수 있으면 false입니다.

구현

적용 대상