Share via


ReportingService2005.DeleteSchedule(String) メソッド

定義

共有スケジュールをレポート サーバー データベースから削除します。

public:
 void DeleteSchedule(System::String ^ ScheduleID);
public void DeleteSchedule (string ScheduleID);
member this.DeleteSchedule : string -> unit
Public Sub DeleteSchedule (ScheduleID As String)

パラメーター

ScheduleID
String

CreateSchedule(String, ScheduleDefinition) メソッドによって返されるスケジュールの ID です。

注釈

次の表に、この操作に関連するヘッダーおよび権限の情報を示します。

SOAP ヘッダー (In) BatchHeaderValue

(Out) ServerInfoHeaderValue
必要なアクセス許可 DeleteSchedules (システム)

スケジュールを削除すると、スケジュールに従って実行されるレポートとサブスクリプションは実行されなくなります。

共有スケジュールに DeleteSchedule 関連付けられているレポートの実行中に メソッドが呼び出された場合、レポートは引き続き実行されます。 その場合、スケジュールは個々のレポートに割り当てられます。

レポート サーバー データベース内の現在の共有スケジュールの一覧を取得するには、ListSchedules メソッドを使用します。

適用対象