CatalogOperationsCollection.Add(CatalogOperation) Method

Definition

Adds an object to the end of the CatalogOperationsCollection.

public:
 int Add(Microsoft::ReportingServices::Interfaces::CatalogOperation operation);
public int Add (Microsoft.ReportingServices.Interfaces.CatalogOperation operation);
member this.Add : Microsoft.ReportingServices.Interfaces.CatalogOperation -> int
Public Function Add (operation As CatalogOperation) As Integer

Parameters

operation
CatalogOperation

The catalog operation to add to the collection.

Returns

The position into which the new catalog operation was inserted.

Applies to