ModelOperationsCollection Class

Definition

Represents a collection of ModelOperation objects.

public ref class ModelOperationsCollection sealed : System::Collections::CollectionBase
public sealed class ModelOperationsCollection : System.Collections.CollectionBase
type ModelOperationsCollection = class
    inherit CollectionBase
Public NotInheritable Class ModelOperationsCollection
Inherits CollectionBase
Inheritance
ModelOperationsCollection

Remarks

A ModelOperationsCollection object consists of a collection of ModelOperation enumeration values that correspond to the various catalog operations or actions that a user can perform in SQL Server Reporting Services.

Operation collections and operation enumerations support authorization in Reporting Services. The operations collection is one of the prime components of any access control entry (AceStruct object). The operations collection contains the list of operations permitted on an item in the report server database for a given principal name. As demonstrated in previous examples, evaluating the operation collections for an item is a key part of any Reporting Services authorization extension. There exists an operation collection for each of the securable item types in Reporting Services, including the catalog (general system operations), folders, reports, and resources.

Constructors

ModelOperationsCollection()

Constructs a new ModelOperationsCollection object.

Properties

Item[Int32]

Returns a ModelOperation in the ModelOperationsCollection.

Methods

Add(ModelOperation)

Adds a ModelOperation to the ModelOperationsCollection.

Applies to