ModelItemOperationsCollection クラス
ModelItemOperationsCollection のコレクションを表します。
名前空間: Microsoft.ReportingServices.Interfaces
アセンブリ: Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.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
説明
ModelOperation 列挙には、ユーザーが SQL Server Reporting Services で実行できるさまざまなモデル アイテム操作やアクションに対応する値が含まれます。
操作コレクションと操作列挙は、Reporting Services での承認をサポートします。操作コレクションは、アクセス制御エントリ (AceStruct オブジェクト) の主要なコンポーネントの 1 つです。操作コレクションには、指定されたプリンシパル名について、レポート サーバー データベースのアイテムに対して許可されている操作の一覧が含まれます。前の例で示したように、アイテムに関する操作コレクションの評価は、すべての Reporting Services 承認拡張機能の重要な部分です。操作コレクションは、カタログ (一般的なシステム操作)、モデル、フォルダ、レポート、およびリソースを含め、Reporting Services のセキュリティ保護可能なアイテムの種類ごとに存在します。
継承階層
System. . :: . .Object
System.Collections. . :: . .CollectionBase
Microsoft.ReportingServices.Interfaces..::..ModelItemOperationsCollection
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。