Поделиться через


Класс FolderOperationsCollection

Represents a collection of folder operations.

Иерархия наследования

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

Пространство имен:  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 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.)
Защищенное свойство InnerList (Производный от 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.
Защищенное свойство List (Производный от CollectionBase.)

В начало

Методы

  Имя Описание
Открытый метод Add Adds an object to the end of the FolderOperationsCollection.
Открытый метод 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 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.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.