共用方式為


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 命名空間