ModelItemOperationsCollection 클래스

Represents a collection of ModelItemOperationsCollection.

상속 계층

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

네임스페이스:  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 ModelItemOperationsCollection _
    Inherits CollectionBase
‘사용 방법
Dim instance As ModelItemOperationsCollection
[SerializableAttribute]
public sealed class ModelItemOperationsCollection : CollectionBase
[SerializableAttribute]
public ref class ModelItemOperationsCollection sealed : public CollectionBase
[<SealedAttribute>]
[<SerializableAttribute>]
type ModelItemOperationsCollection =  
    class 
        inherit CollectionBase 
    end
public final class ModelItemOperationsCollection extends CollectionBase

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

생성자

  이름 설명
공용 메서드 ModelItemOperationsCollection Constructs a ModelItemOperationsCollection object.

맨 위로 이동

속성

  이름 설명
공용 속성 Capacity (CollectionBase에서 상속됨)
공용 속성 Count (CollectionBase에서 상속됨)
공용 속성 Item Returns a ModelItemOperation in the ModelItemOperationsCollection.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Add Adds a ModelItemOperation to the ModelItemOperationsCollection.
공용 메서드 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에서 상속됨)

맨 위로 이동

주의

The ModelOperation enumeration contains values that correspond to the various model item 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), models, folders, reports, and resources.

스레드 보안

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

참고 항목

참조

Microsoft.ReportingServices.Interfaces 네임스페이스

관련 자료

Reporting Services의 권한 부여

보고서 모델 디자인 및 구현