ReportingService2006.PauseSchedule メソッド
指定したスケジュールの実行を一時停止します。
名前空間: ReportService2006
アセンブリ: ReportService2006 (ReportService2006.dll)
構文
'宣言
Public Sub PauseSchedule ( _
ScheduleID As String _
)
'使用
Dim instance As ReportingService2006
Dim ScheduleID As String
instance.PauseSchedule(ScheduleID)
public void PauseSchedule(
string ScheduleID
)
public:
void PauseSchedule(
String^ ScheduleID
)
member PauseSchedule :
ScheduleID:string -> unit
public function PauseSchedule(
ScheduleID : String
)
パラメーター
- ScheduleID
型: System.String
スケジュールの ID です。
説明
次の表に、この操作に関連するヘッダーおよび権限の情報を示します。
SOAP ヘッダー |
(Out) ServerInfoHeaderValue |
必要な権限 |
一時停止した共有スケジュールは、再開するまで実行できません。 スケジュールを再開するには、ResumeSchedule メソッドを使用します。