ModelOperationsCollection.Add(ModelOperation) 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 a ModelOperation to the ModelOperationsCollection.
public:
int Add(Microsoft::ReportingServices::Interfaces::ModelOperation operation);
public int Add (Microsoft.ReportingServices.Interfaces.ModelOperation operation);
member this.Add : Microsoft.ReportingServices.Interfaces.ModelOperation -> int
Public Function Add (operation As ModelOperation) As Integer
Parameters
- operation
- ModelOperation
A ModelOperation object.
Returns
An integer value representing the position into which the new ModelOperation was inserted.