Subscription クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サブスクリプションを表します。
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 |
レポートの仮想パスを取得または設定します。 |