FolderOperationsCollection 클래스

Represents a collection of folder operations.

상속 계층

System.Object
  System.Collections.CollectionBase
    Microsoft.ReportingServices.Interfaces.FolderOperationsCollection

네임스페이스:  Microsoft.ReportingServices.Interfaces
어셈블리:   Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)

구문

‘선언
<SerializableAttribute> _
Public NotInheritable Class FolderOperationsCollection _
    Inherits CollectionBase
‘사용 방법
Dim instance As FolderOperationsCollection
[SerializableAttribute]
public sealed class FolderOperationsCollection : CollectionBase
[SerializableAttribute]
public ref class FolderOperationsCollection sealed : public CollectionBase
[<SealedAttribute>]
[<SerializableAttribute>]
type FolderOperationsCollection =  
    class 
        inherit CollectionBase 
    end
public final class FolderOperationsCollection extends CollectionBase

FolderOperationsCollection 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 FolderOperationsCollection Initializes a new instance of the FolderOperationsCollection class.

맨 위로 이동

속성

  이름 설명
공용 속성 Capacity (CollectionBase에서 상속됨)
공용 속성 Count (CollectionBase에서 상속됨)
공용 속성 Item Gets or sets the element at the specified index. In C#, this property is the indexer for the FolderOperationsCollection class. In JScript, you can use the default indexed properties defined by a type, but you cannot explicitly define your own. However, specifying the expando attribute on a class automatically provides a default indexed property whose type is Object and whose index type is String.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Add Adds an object to the end of the FolderOperationsCollection.
공용 메서드 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에서 상속됨)

맨 위로 이동

주의

A FolderOperationsCollection object consists of a collection of FolderOperation enumeration values that correspond to the various folder 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), folders, reports, and resources.

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.ReportingServices.Interfaces 네임스페이스