FolderOperationsCollection 클래스

정의

폴더 작업의 컬렉션을 나타냅니다.

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

설명

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

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

생성자

FolderOperationsCollection()

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

속성

Item[Int32]

지정한 인덱스에 있는 요소를 가져오거나 설정합니다. C#에서 이 속성은 FolderOperationsCollection 클래스의 인덱서입니다. JScript에서는 형식으로 정의된 기본 인덱싱된 속성을 사용할 수 있지만 사용자 고유의 속성을 명시적으로 정의할 수는 없습니다. 그러나 클래스에 expando 특성을 지정하면 해당 형식이 Object 이고 인덱스 형식이 String인 기본 인덱싱된 속성이 자동으로 제공됩니다.

메서드

Add(FolderOperation)

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

적용 대상