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]

返回 ModelItemOperation 中的 ModelItemOperationsCollection

方法

Add(ModelItemOperation)

ModelItemOperation 中添加一个 ModelItemOperationsCollection

适用于