Compartir a través de


Clase FolderOperationsCollection

Represents a collection of folder operations.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public NotInheritable Class FolderOperationsCollection _
    Inherits CollectionBase
'Uso
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

El tipo FolderOperationsCollection expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público FolderOperationsCollection Initializes a new instance of the FolderOperationsCollection class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Capacity (Se hereda de CollectionBase.)
Propiedad pública Count (Se hereda de CollectionBase.)
Propiedad protegida InnerList (Se hereda de CollectionBase.)
Propiedad pública 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.
Propiedad protegida List (Se hereda de CollectionBase.)

Arriba

Métodos

  Nombre Descripción
Método público Add Adds an object to the end of the FolderOperationsCollection.
Método público Clear (Se hereda de CollectionBase.)
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetEnumerator (Se hereda de CollectionBase.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido OnClear (Se hereda de CollectionBase.)
Método protegido OnClearComplete (Se hereda de CollectionBase.)
Método protegido OnInsert (Se hereda de CollectionBase.)
Método protegido OnInsertComplete (Se hereda de CollectionBase.)
Método protegido OnRemove (Se hereda de CollectionBase.)
Método protegido OnRemoveComplete (Se hereda de CollectionBase.)
Método protegido OnSet (Se hereda de CollectionBase.)
Método protegido OnSetComplete (Se hereda de CollectionBase.)
Método protegido OnValidate (Se hereda de CollectionBase.)
Método público RemoveAt (Se hereda de CollectionBase.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IList. . :: . .Add (Se hereda de CollectionBase.)
Implementación de interfaces explícitasMétodo privado IList. . :: . .Contains (Se hereda de CollectionBase.)
Implementación de interfaces explícitasMétodo privado ICollection. . :: . .CopyTo (Se hereda de CollectionBase.)
Implementación de interfaces explícitasMétodo privado IList. . :: . .IndexOf (Se hereda de CollectionBase.)
Implementación de interfaces explícitasMétodo privado IList. . :: . .Insert (Se hereda de CollectionBase.)
Implementación de interfaces explícitasPropiedad privada IList. . :: . .IsFixedSize (Se hereda de CollectionBase.)
Implementación de interfaces explícitasPropiedad privada IList. . :: . .IsReadOnly (Se hereda de CollectionBase.)
Implementación de interfaces explícitasPropiedad privada ICollection. . :: . .IsSynchronized (Se hereda de CollectionBase.)
Implementación de interfaces explícitasPropiedad privada IList. . :: . .Item (Se hereda de CollectionBase.)
Implementación de interfaces explícitasMétodo privado IList. . :: . .Remove (Se hereda de CollectionBase.)
Implementación de interfaces explícitasPropiedad privada ICollection. . :: . .SyncRoot (Se hereda de CollectionBase.)

Arriba

Comentarios

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.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.