MajorObjectCollection.Add(ModelComponent) Method

Definition

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.

Applies to