言語

Subscription クラス

定義

サブスクリプションの一環です。

public ref class Subscription
[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 Subscription
[<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 Subscription = class
Public Class Subscription
継承
Subscription
属性

注釈

SubscriptionオブジェクトはListSubscriptionsUsingDataSourceメソッドとListMySubscriptionsメソッドによって出力として返されます。

コンストラクター

名前 説明
Subscription()

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

プロパティ

名前 説明
Active

サブスクリプションの ActiveState 目的を手に入れます。

DeliverySettings

サブスクリプションの配信延長設定を取得します。

Description

サブスクリプションに関連するレポートの形式と配信方法の説明を受け取ります。

EventType

サブスクリプションをトリガーするイベントの種類を取得します。

IsDataDriven

サブスクリプションがデータ駆動型かどうかを示す値が得られます。

LastExecuted

レポートサーバーが最後にレポートを実行した日付と時間を取得します。

LastExecutedSpecified

LastExecutedプロパティが指定されているかどうかを示す値が得られます。

ModifiedBy

最後にサブスクリプションを更新したユーザーの名前を取得します。

ModifiedDate

ユーザーが最後にサブスクリプションを更新した日付と時間を取得します。

Owner

サブスクリプションの所有者のユーザー名を取得します。

Path

サブスクリプションに関連付けられたレポートの完全限定URLを取得します。

Report

サブスクリプションに関連付けられたレポートの名前を取得します。

Status

サブスクリプションのステータスを取得します。

SubscriptionID

サブスクリプションのIDを取得します。

VirtualPath

レポートの仮想経路を取得するか設定します。

適用対象