Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Represents a collection of resource operations.
Jerarquía de herencia
System.Object
System.Collections.CollectionBase
Microsoft.ReportingServices.Interfaces.ResourceOperationsCollection
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 ResourceOperationsCollection _
Inherits CollectionBase
'Uso
Dim instance As ResourceOperationsCollection
[SerializableAttribute]
public sealed class ResourceOperationsCollection : CollectionBase
[SerializableAttribute]
public ref class ResourceOperationsCollection sealed : public CollectionBase
[<SealedAttribute>]
[<SerializableAttribute>]
type ResourceOperationsCollection =
class
inherit CollectionBase
end
public final class ResourceOperationsCollection extends CollectionBase
El tipo ResourceOperationsCollection expone los siguientes miembros.
Constructores
| Nombre | Descripción | |
|---|---|---|
![]() |
ResourceOperationsCollection | Initializes a new instance of the ResourceOperationsCollection class. |
Arriba
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
Capacity | (Se hereda de CollectionBase.) |
![]() |
Count | (Se hereda de CollectionBase.) |
![]() |
Item | Gets or sets the element at the specified index. In C#, this property is the indexer for the ResourceOperationsCollection class. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Add | Adds an object to the end of the ResourceOperationsCollection. |
![]() |
Clear | (Se hereda de CollectionBase.) |
![]() |
Equals | (Se hereda de Object.) |
![]() |
GetEnumerator | (Se hereda de CollectionBase.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
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 ResourceOperationsCollection object consists of a collection of ResourceOperation 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.
.gif)
.gif)
.gif)
.gif)
.gif)