ReportOperationsCollection 클래스

정의

보고서 작업의 컬렉션을 나타냅니다.

public ref class ReportOperationsCollection sealed : System::Collections::CollectionBase
public sealed class ReportOperationsCollection : System.Collections.CollectionBase
type ReportOperationsCollection = class
    inherit CollectionBase
Public NotInheritable Class ReportOperationsCollection
Inherits CollectionBase
상속
ReportOperationsCollection

설명

개체는 ReportOperationsCollection 사용자가 SQL Server Reporting Services 수행할 수 있는 다양한 폴더 작업 또는 작업에 해당하는 열거형 값의 컬렉션 ReportOperation 으로 구성됩니다.

작업 컬렉션 및 작업 열거형은 Reporting Services 권한 부여를 지원합니다. 작업 컬렉션은 액세스 제어 항목(AceStruct 개체)의 주요 구성 요소 중 하나입니다. 작업 컬렉션에는 지정된 보안 주체 이름에 대한 보고서 서버 데이터베이스의 항목에 허용되는 작업 목록이 포함됩니다. 이전 예제에서 설명한 것처럼 항목에 대한 작업 컬렉션을 평가하는 것은 Reporting Services 권한 부여 확장의 핵심 부분입니다. 카탈로그(일반 시스템 작업), 폴더, 보고서 및 리소스를 포함하여 Reporting Services 각 보안 항목 유형에 대한 작업 컬렉션이 있습니다.

생성자

ReportOperationsCollection()

ReportOperationsCollection 클래스의 새 인스턴스를 초기화합니다.

속성

Item[Int32]

지정한 인덱스에 있는 요소를 가져오거나 설정합니다. C#에서 이 속성은 ReportOperationsCollection 클래스의 인덱서입니다.

메서드

Add(ReportOperation)

개체를 ReportOperationsCollection의 끝 부분에 추가합니다.

적용 대상