Clase ModelItemOperationsCollection
Represents a collection of ModelItemOperationsCollection.
Jerarquía de herencia
System. . :: . .Object
System.Collections. . :: . .CollectionBase
Microsoft.ReportingServices.Interfaces..::..ModelItemOperationsCollection
Espacio de nombres: Microsoft.ReportingServices.Interfaces
Ensamblados: Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public NotInheritable Class ModelItemOperationsCollection _
Inherits CollectionBase
'Uso
Dim instance As ModelItemOperationsCollection
[SerializableAttribute]
public sealed class ModelItemOperationsCollection : CollectionBase
[SerializableAttribute]
public ref class ModelItemOperationsCollection sealed : public CollectionBase
[<SealedAttribute>]
[<SerializableAttribute>]
type ModelItemOperationsCollection =
class
inherit CollectionBase
end
public final class ModelItemOperationsCollection extends CollectionBase
El tipo ModelItemOperationsCollection expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ModelItemOperationsCollection | Constructs a ModelItemOperationsCollection object. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Capacity | (Se hereda de CollectionBase.) | |
Count | (Se hereda de CollectionBase.) | |
InnerList | (Se hereda de CollectionBase.) | |
Item | Returns a ModelItemOperation in the ModelItemOperationsCollection. | |
List | (Se hereda de CollectionBase.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Add | Adds a ModelItemOperation to the ModelItemOperationsCollection. | |
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
The ModelOperation enumeration contains values that correspond to the various model item 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), models, 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.
Vea también