NoSchedule クラス

定義

レポートの実行設定またはスナップショット履歴設定にスケジュールが関連付けられていない状態を表します。

public ref class NoSchedule : ReportService2010::ScheduleDefinitionOrReference
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class NoSchedule : ReportService2010.ScheduleDefinitionOrReference
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type NoSchedule = class
    inherit ScheduleDefinitionOrReference
Public Class NoSchedule
Inherits ScheduleDefinitionOrReference
継承
属性

注釈

NoSchedule オブジェクトは、レポートまたはレポート履歴スナップショットがスケジュールに基づいて実行されないことを示すために、SetExecutionOptions メソッドと SetItemHistoryOptions メソッドに入力として渡されます。

コンストラクター

NoSchedule()

NoSchedule クラスの新しいインスタンスを初期化します。

適用対象