言語

ReportOperationsCollection クラス

定義

レポート操作の集合を表します。

public ref class ReportOperationsCollection sealed : System::Collections::CollectionBase
public sealed class ReportOperationsCollection : System.Collections.CollectionBase
type ReportOperationsCollection = class
    inherit CollectionBase
Public NotInheritable Class ReportOperationsCollection
Inherits CollectionBase
継承
ReportOperationsCollection

注釈

ReportOperationsCollectionオブジェクトは、ユーザーがSQL Server Reporting Servicesで実行できるさまざまなフォルダ操作やアクションに対応するReportOperation列挙値の集合で構成されています。

オペレーションコレクションおよびオペレーション列挙は、Reporting Servicesでの認可をサポートします。 操作コレクションは、あらゆるアクセス制御エントリ(AceStruct オブジェクト)の主要な構成要素の一つです。 操作コレクションには、特定のプリンシパル名に対してレポートサーバーデータベース内の項目に対して許可される操作のリストが含まれています。 前述の例で示されたように、アイテムのオペレーションコレクションの評価は、Reporting Servicesの認可拡張において重要な部分です。 Reporting Servicesには、カタログ(一般的なシステム操作)、フォルダ、レポート、リソースを含む各セキュア可能なアイテムタイプごとにオペレーションコレクションが存在します。

コンストラクター

名前 説明
ReportOperationsCollection()

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

プロパティ

名前 説明
Item[Int32]

指定したインデックス位置にある要素を取得または設定します。 C# では、このプロパティは ReportOperationsCollection クラスのインデクサーです。

メソッド

名前 説明
Add(ReportOperation)

ReportOperationsCollectionの末尾にオブジェクトを追加します。

適用対象