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 | |
---|---|---|
FolderOperationsCollection | Initializes a new instance of the FolderOperationsCollection class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Capacity | (Se hereda de CollectionBase.) | |
Count | (Se hereda de CollectionBase.) | |
InnerList | (Se hereda de 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 | (Se hereda de CollectionBase.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Add | Adds an object to the end of the FolderOperationsCollection. | |
Clear | (Se hereda de CollectionBase.) | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetEnumerator | (Se hereda de CollectionBase.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
OnClear | (Se hereda de CollectionBase.) | |
OnClearComplete | (Se hereda de CollectionBase.) | |
OnInsert | (Se hereda de CollectionBase.) | |
OnInsertComplete | (Se hereda de CollectionBase.) | |
OnRemove | (Se hereda de CollectionBase.) | |
OnRemoveComplete | (Se hereda de CollectionBase.) | |
OnSet | (Se hereda de CollectionBase.) | |
OnSetComplete | (Se hereda de CollectionBase.) | |
OnValidate | (Se hereda de CollectionBase.) | |
RemoveAt | (Se hereda de CollectionBase.) | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
IList. . :: . .Add | (Se hereda de CollectionBase.) | |
IList. . :: . .Contains | (Se hereda de CollectionBase.) | |
ICollection. . :: . .CopyTo | (Se hereda de CollectionBase.) | |
IList. . :: . .IndexOf | (Se hereda de CollectionBase.) | |
IList. . :: . .Insert | (Se hereda de CollectionBase.) | |
IList. . :: . .IsFixedSize | (Se hereda de CollectionBase.) | |
IList. . :: . .IsReadOnly | (Se hereda de CollectionBase.) | |
ICollection. . :: . .IsSynchronized | (Se hereda de CollectionBase.) | |
IList. . :: . .Item | (Se hereda de CollectionBase.) | |
IList. . :: . .Remove | (Se hereda de CollectionBase.) | |
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.