ModelItemOperationsCollection 类

Represents a collection of 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 Constructs a ModelItemOperationsCollection object.

页首

属性

  名称 说明
公共属性 Capacity (从 CollectionBase 继承。)
公共属性 Count (从 CollectionBase 继承。)
公共属性 Item Returns a ModelItemOperation in the ModelItemOperationsCollection.

页首

方法

  名称 说明
公共方法 Add Adds a ModelItemOperation to the 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 继承。)

页首

注释

The ModelOperation enumeration contains values that correspond to the various model item 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), models, folders, reports, and resources.

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.ReportingServices.Interfaces 命名空间

其他资源

Reporting Services 中的授权

设计和实现报表模型