TransferSqlServerObjectsTask.DebugMode 속성

정의

중단점 활성화 여부를 태스크에서 확인할지를 나타내는 Boolean을 가져오거나 설정합니다.

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

속성 값

중단점 활성화 여부를 태스크에서 확인하면 true이고, 태스크에서 모든 중단점을 무시할 수 있으면 false입니다.

구현

적용 대상