言語

ModelItemOperationsCollection クラス

定義

ModelItemOperationsCollectionのコレクションを表します。

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

注釈

ModelOperation列挙には、ユーザーがSQL Server Reporting Servicesで実行できるさまざまなモデルアイテム操作やアクションに対応する値が含まれています。

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

コンストラクター

名前 説明
ModelItemOperationsCollection()

ModelItemOperationsCollection オブジェクトを構築します。

プロパティ

名前 説明
Item[Int32]

ModelItemOperationsCollectionで1ModelItemOperation返します。

メソッド

名前 説明
Add(ModelItemOperation)

ModelItemOperationModelItemOperationsCollectionを追加します。

適用対象