ReportingService2005.ListSchedules メソッド
すべての共有スケジュールの一覧を返します。
名前空間: ReportService2005
アセンブリ: ReportService2005 (ReportService2005.dll)
構文
'宣言
Public Function ListSchedules As Schedule()
'使用
Dim instance As ReportingService2005
Dim returnValue As Schedule()
returnValue = instance.ListSchedules()
public Schedule[] ListSchedules()
public:
array<Schedule^>^ ListSchedules()
member ListSchedules : unit -> Schedule[]
public function ListSchedules() : Schedule[]
戻り値
型: array<ReportService2005.Schedule[]
レポート サーバー データベース内のすべての共有スケジュールを表す Schedule オブジェクトの配列です。
説明
次の表に、この操作に関連するヘッダーおよび権限の情報を示します。
SOAP ヘッダー |
(Out) ServerInfoHeaderValue |
必要な権限 |
ReadSchedules (システム) |
レポート サーバーに共有スケジュールが含まれていない場合、空の配列が返されます。