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)

ModelItemOperationModelItemOperationsCollection를 추가합니다.

적용 대상