次の方法で共有


ReportingService2006.ResumeSchedule メソッド

一時停止している共有スケジュールを再開します。

名前空間:  ReportService2006
アセンブリ:  ReportService2006 (ReportService2006.dll)

構文

'宣言
Public Sub ResumeSchedule ( _
    ScheduleID As String _
)
'使用
Dim instance As ReportingService2006 
Dim ScheduleID As String

instance.ResumeSchedule(ScheduleID)
public void ResumeSchedule(
    string ScheduleID
)
public:
void ResumeSchedule(
    String^ ScheduleID
)
member ResumeSchedule : 
        ScheduleID:string -> unit
public function ResumeSchedule(
    ScheduleID : String
)

パラメーター

  • ScheduleID
    型: System.String
    スケジュールの ID です。

説明

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

SOAP ヘッダー

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

必要な権限

ManageWeb

一時停止されていないスケジュールで ResumeSchedule メソッドを呼び出してもエラーは返されません。

関連項目

参照

ReportingService2006 クラス

ReportService2006 名前空間