Класс DatasourceOperationsCollection
Represents a collection of data source operations.
Иерархия наследования
System. . :: . .Object
System.Collections. . :: . .CollectionBase
Microsoft.ReportingServices.Interfaces..::..DatasourceOperationsCollection
Пространство имен: Microsoft.ReportingServices.Interfaces
Сборки: Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public NotInheritable Class DatasourceOperationsCollection _
Inherits CollectionBase
'Применение
Dim instance As DatasourceOperationsCollection
[SerializableAttribute]
public sealed class DatasourceOperationsCollection : CollectionBase
[SerializableAttribute]
public ref class DatasourceOperationsCollection sealed : public CollectionBase
[<SealedAttribute>]
[<SerializableAttribute>]
type DatasourceOperationsCollection =
class
inherit CollectionBase
end
public final class DatasourceOperationsCollection extends CollectionBase
Тип DatasourceOperationsCollection обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
DatasourceOperationsCollection | Initializes a new instance of the DatasourceOperationsCollection class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Capacity | (Производный от CollectionBase.) | |
Count | (Производный от CollectionBase.) | |
InnerList | (Производный от CollectionBase.) | |
Item | Gets or sets the element at the specified index. In C#, this property is the indexer for the DatasourceOperationsCollection class. | |
List | (Производный от CollectionBase.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Add | Adds an object to the end of the DatasourceOperationsCollection. | |
Clear | (Производный от CollectionBase.) | |
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetEnumerator | (Производный от CollectionBase.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
OnClear | (Производный от CollectionBase.) | |
OnClearComplete | (Производный от CollectionBase.) | |
OnInsert | (Производный от CollectionBase.) | |
OnInsertComplete | (Производный от CollectionBase.) | |
OnRemove | (Производный от CollectionBase.) | |
OnRemoveComplete | (Производный от CollectionBase.) | |
OnSet | (Производный от CollectionBase.) | |
OnSetComplete | (Производный от CollectionBase.) | |
OnValidate | (Производный от CollectionBase.) | |
RemoveAt | (Производный от CollectionBase.) | |
ToString | (Производный от Object.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
IList. . :: . .Add | (Производный от CollectionBase.) | |
IList. . :: . .Contains | (Производный от CollectionBase.) | |
ICollection. . :: . .CopyTo | (Производный от CollectionBase.) | |
IList. . :: . .IndexOf | (Производный от CollectionBase.) | |
IList. . :: . .Insert | (Производный от CollectionBase.) | |
IList. . :: . .IsFixedSize | (Производный от CollectionBase.) | |
IList. . :: . .IsReadOnly | (Производный от CollectionBase.) | |
ICollection. . :: . .IsSynchronized | (Производный от CollectionBase.) | |
IList. . :: . .Item | (Производный от CollectionBase.) | |
IList. . :: . .Remove | (Производный от CollectionBase.) | |
ICollection. . :: . .SyncRoot | (Производный от CollectionBase.) |
В начало
Замечания
A DatasourceOperationsCollection object consists of a collection of DatasourceOperation enumeration values that correspond to the various data source 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.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.