FolderOperationsCollection Members

Represents a collection of folder operations.

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

Public Constructors

  Name Description
FolderOperationsCollection Initializes a new instance of the FolderOperationsCollection class.

Top

Public Properties

(see also Protected Properties )

  Name Description
ms160676.pubproperty(en-US,SQL.90).gif Capacity  (inherited from CollectionBase )
ms160676.pubproperty(en-US,SQL.90).gif Count  (inherited from CollectionBase )
ms160676.pubproperty(en-US,SQL.90).gif Item Gets or sets the element at the specified index. In C#, this property is the indexer for the FolderOperationsCollection class. In JScript, you can use the default indexed properties defined by a type, but you cannot explicitly define your own. However, specifying the expando attribute on a class automatically provides a default indexed property whose type is Object and whose index type is String.

Top

Protected Properties

  Name Description
ms160676.protproperty(en-US,SQL.90).gif InnerList  (inherited from CollectionBase )
ms160676.protproperty(en-US,SQL.90).gif List  (inherited from CollectionBase )

Top

Public Methods

(see also Protected Methods )

  Name Description
ms160676.pubmethod(en-US,SQL.90).gif Add Adds an object to the end of the FolderOperationsCollection.
ms160676.pubmethod(en-US,SQL.90).gif Clear  (inherited from CollectionBase )
ms160676.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms160676.pubmethod(en-US,SQL.90).gif GetEnumerator  (inherited from CollectionBase )
ms160676.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms160676.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms160676.pubmethod(en-US,SQL.90).gifms160676.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms160676.pubmethod(en-US,SQL.90).gif RemoveAt  (inherited from CollectionBase )
ms160676.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms160676.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms160676.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )
ms160676.protmethod(en-US,SQL.90).gif OnClear  (inherited from CollectionBase )
ms160676.protmethod(en-US,SQL.90).gif OnClearComplete  (inherited from CollectionBase )
ms160676.protmethod(en-US,SQL.90).gif OnInsert  (inherited from CollectionBase )
ms160676.protmethod(en-US,SQL.90).gif OnInsertComplete  (inherited from CollectionBase )
ms160676.protmethod(en-US,SQL.90).gif OnRemove  (inherited from CollectionBase )
ms160676.protmethod(en-US,SQL.90).gif OnRemoveComplete  (inherited from CollectionBase )
ms160676.protmethod(en-US,SQL.90).gif OnSet  (inherited from CollectionBase )
ms160676.protmethod(en-US,SQL.90).gif OnSetComplete  (inherited from CollectionBase )
ms160676.protmethod(en-US,SQL.90).gif OnValidate  (inherited from CollectionBase )

Top

Explicit Interface Implementations

  Name 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 )

Top

See Also

Reference

FolderOperationsCollection Class
Microsoft.ReportingServices.Interfaces Namespace