DatasourceOperationsCollection Members

Represents a collection of data source operations.

The following tables list the members exposed by the DatasourceOperationsCollection type.

Public Constructors

  名称 Description
DatasourceOperationsCollection Initializes a new instance of the DatasourceOperationsCollection class.

顶部

Public Properties

(see also Protected Properties )

  名称 Description
ms160387.pubproperty(zh-cn,SQL.90).gif Capacity  (inherited from CollectionBase )
ms160387.pubproperty(zh-cn,SQL.90).gif Count  (inherited from CollectionBase )
ms160387.pubproperty(zh-cn,SQL.90).gif Item Gets or sets the element at the specified index. In C#, this property is the indexer for the DatasourceOperationsCollection class.

顶部

Protected Properties

  名称 Description
ms160387.protproperty(zh-cn,SQL.90).gif InnerList  (inherited from CollectionBase )
ms160387.protproperty(zh-cn,SQL.90).gif List  (inherited from CollectionBase )

顶部

Public Methods

(see also Protected Methods )

  名称 Description
ms160387.pubmethod(zh-cn,SQL.90).gif Add Adds an object to the end of the DatasourceOperationsCollection.
ms160387.pubmethod(zh-cn,SQL.90).gif Clear  (inherited from CollectionBase )
ms160387.pubmethod(zh-cn,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms160387.pubmethod(zh-cn,SQL.90).gif GetEnumerator  (inherited from CollectionBase )
ms160387.pubmethod(zh-cn,SQL.90).gif GetHashCode  (inherited from Object )
ms160387.pubmethod(zh-cn,SQL.90).gif GetType  (inherited from Object )
ms160387.pubmethod(zh-cn,SQL.90).gifms160387.static(zh-cn,SQL.90).gif ReferenceEquals  (inherited from Object )
ms160387.pubmethod(zh-cn,SQL.90).gif RemoveAt  (inherited from CollectionBase )
ms160387.pubmethod(zh-cn,SQL.90).gif ToString  (inherited from Object )

顶部

Protected Methods

  名称 Description
ms160387.protmethod(zh-cn,SQL.90).gif Finalize  (inherited from Object )
ms160387.protmethod(zh-cn,SQL.90).gif MemberwiseClone  (inherited from Object )
ms160387.protmethod(zh-cn,SQL.90).gif OnClear  (inherited from CollectionBase )
ms160387.protmethod(zh-cn,SQL.90).gif OnClearComplete  (inherited from CollectionBase )
ms160387.protmethod(zh-cn,SQL.90).gif OnInsert  (inherited from CollectionBase )
ms160387.protmethod(zh-cn,SQL.90).gif OnInsertComplete  (inherited from CollectionBase )
ms160387.protmethod(zh-cn,SQL.90).gif OnRemove  (inherited from CollectionBase )
ms160387.protmethod(zh-cn,SQL.90).gif OnRemoveComplete  (inherited from CollectionBase )
ms160387.protmethod(zh-cn,SQL.90).gif OnSet  (inherited from CollectionBase )
ms160387.protmethod(zh-cn,SQL.90).gif OnSetComplete  (inherited from CollectionBase )
ms160387.protmethod(zh-cn,SQL.90).gif OnValidate  (inherited from CollectionBase )

顶部

Explicit Interface Implementations

  名称 Description
System.Collections.ICollection.CopyTo  (inherited from CollectionBase )
System.Collections.IList.Add  (inherited from CollectionBase )
System.Collections.IList.Contains  (inherited from CollectionBase )
System.Collections.IList.IndexOf  (inherited from CollectionBase )
System.Collections.IList.Insert  (inherited from CollectionBase )
System.Collections.IList.Remove  (inherited from CollectionBase )
System.Collections.ICollection.IsSynchronized  (inherited from CollectionBase )
System.Collections.ICollection.SyncRoot  (inherited from CollectionBase )
System.Collections.IList.IsFixedSize  (inherited from CollectionBase )
System.Collections.IList.IsReadOnly  (inherited from CollectionBase )
System.Collections.IList.Item  (inherited from CollectionBase )

顶部

请参阅

参考

DatasourceOperationsCollection Class
Microsoft.ReportingServices.Interfaces Namespace