다음을 통해 공유


ResourceOperationsCollection 클래스

Represents a collection of resource operations.

상속 계층

System. . :: . .Object
  System.Collections. . :: . .CollectionBase
    Microsoft.ReportingServices.Interfaces..::..ResourceOperationsCollection

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

구문

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

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

생성자

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

맨 위로 이동

속성

  이름 설명
공용 속성 Capacity (CollectionBase에서 상속됨)
공용 속성 Count (CollectionBase에서 상속됨)
보호된 속성 InnerList (CollectionBase에서 상속됨)
공용 속성 Item Gets or sets the element at the specified index. In C#, this property is the indexer for the ResourceOperationsCollection class.
보호된 속성 List (CollectionBase에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Add Adds an object to the end of the ResourceOperationsCollection.
공용 메서드 Clear (CollectionBase에서 상속됨)
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetEnumerator (CollectionBase에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
보호된 메서드 OnClear (CollectionBase에서 상속됨)
보호된 메서드 OnClearComplete (CollectionBase에서 상속됨)
보호된 메서드 OnInsert (CollectionBase에서 상속됨)
보호된 메서드 OnInsertComplete (CollectionBase에서 상속됨)
보호된 메서드 OnRemove (CollectionBase에서 상속됨)
보호된 메서드 OnRemoveComplete (CollectionBase에서 상속됨)
보호된 메서드 OnSet (CollectionBase에서 상속됨)
보호된 메서드 OnSetComplete (CollectionBase에서 상속됨)
보호된 메서드 OnValidate (CollectionBase에서 상속됨)
공용 메서드 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 ResourceOperationsCollection object consists of a collection of ResourceOperation 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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.