次の方法で共有


ModelItemOperationsCollection クラス

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

継承階層

System.Object
  System.Collections.CollectionBase
    Microsoft.ReportingServices.Interfaces.ModelItemOperationsCollection

名前空間:  Microsoft.ReportingServices.Interfaces
アセンブリ:   Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

構文

'宣言
<SerializableAttribute> _
Public NotInheritable Class ModelItemOperationsCollection _
    Inherits CollectionBase
'使用
Dim instance As ModelItemOperationsCollection
[SerializableAttribute]
public sealed class ModelItemOperationsCollection : CollectionBase
[SerializableAttribute]
public ref class ModelItemOperationsCollection sealed : public CollectionBase
[<SealedAttribute>]
[<SerializableAttribute>]
type ModelItemOperationsCollection =  
    class 
        inherit CollectionBase 
    end
public final class ModelItemOperationsCollection extends CollectionBase

ModelItemOperationsCollection 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド ModelItemOperationsCollection ModelItemOperationsCollection オブジェクトを構築します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Capacity (CollectionBase から継承されています。)
パブリック プロパティ Count (CollectionBase から継承されています。)
パブリック プロパティ Item ModelItemOperationsCollection の ModelItemOperation を返します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Add ModelItemOperation を ModelItemOperationsCollection に追加します。
パブリック メソッド Clear (CollectionBase から継承されています。)
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド GetEnumerator (CollectionBase から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド RemoveAt (CollectionBase から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

明示的なインターフェイスの実装

  名前 説明
明示的なインターフェイスの実装プライベート メソッド IList.Add (CollectionBase から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.Contains (CollectionBase から継承されています。)
明示的なインターフェイスの実装プライベート メソッド ICollection.CopyTo (CollectionBase から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.IndexOf (CollectionBase から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.Insert (CollectionBase から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IList.IsFixedSize (CollectionBase から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IList.IsReadOnly (CollectionBase から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ ICollection.IsSynchronized (CollectionBase から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IList.Item (CollectionBase から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.Remove (CollectionBase から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ ICollection.SyncRoot (CollectionBase から継承されています。)

先頭に戻る

説明

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

操作コレクションと操作列挙は、Reporting Services での承認をサポートします。 操作コレクションは、アクセス制御エントリ (AceStruct オブジェクト) の主要なコンポーネントの 1 つです。 操作コレクションには、指定されたプリンシパル名について、レポート サーバー データベースのアイテムに対して許可されている操作の一覧が含まれます。 前の例で示したように、アイテムに関する操作コレクションの評価は、すべての Reporting Services 承認拡張機能の重要な部分です。 操作コレクションは、カタログ (一般的なシステム操作)、モデル、フォルダー、レポート、およびリソースを含め、Reporting Services のセキュリティ保護可能なアイテムの種類ごとに存在します。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.ReportingServices.Interfaces 名前空間

その他の技術情報

Reporting Services での承認

レポート モデルのデザインと実装