MajorObjectCollection.Add(ModelComponent) 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 ModelComponent object to the collection.
protected internal override int Add (Microsoft.AnalysisServices.ModelComponent item);
override this.Add : Microsoft.AnalysisServices.ModelComponent -> int
Protected Friend Overrides Function Add (item As ModelComponent) As Integer
Parameters
- item
- ModelComponent
The ModelComponent to add.
Returns
The index at which the item has been added.