Clase CatalogOperationsCollection
Represents a collection of catalog operations.
Jerarquía de herencia
System. . :: . .Object
System.Collections. . :: . .CollectionBase
Microsoft.ReportingServices.Interfaces..::..CatalogOperationsCollection
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 CatalogOperationsCollection _
Inherits CollectionBase
'Uso
Dim instance As CatalogOperationsCollection
[SerializableAttribute]
public sealed class CatalogOperationsCollection : CollectionBase
[SerializableAttribute]
public ref class CatalogOperationsCollection sealed : public CollectionBase
[<SealedAttribute>]
[<SerializableAttribute>]
type CatalogOperationsCollection =
class
inherit CollectionBase
end
public final class CatalogOperationsCollection extends CollectionBase
El tipo CatalogOperationsCollection expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
CatalogOperationsCollection | Initializes a new instance of the CatalogOperationsCollection 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 CatalogOperationsCollection class. | |
List | (Se hereda de CollectionBase.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Add | Adds an object to the end of the CatalogOperationsCollection. | |
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 CatalogOperationsCollection object consists of a collection of CatalogOperation enumeration values that correspond to the various catalog 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.