DatasourceOperationsCollection.Add(DatasourceOperation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds an object to the end of the DatasourceOperationsCollection.
public:
int Add(Microsoft::ReportingServices::Interfaces::DatasourceOperation operation);
public int Add (Microsoft.ReportingServices.Interfaces.DatasourceOperation operation);
member this.Add : Microsoft.ReportingServices.Interfaces.DatasourceOperation -> int
Public Function Add (operation As DatasourceOperation) As Integer
Parameters
- operation
- DatasourceOperation
The data source operation to add to the collection.
Returns
The position into which the new data source operation was inserted.