NamedComponentCollection.Add(ModelComponent) Method

Definition

Adds a ModelComponent object to the NamedComponentCollection.

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 item to add.

Returns

The index in which the item was added to the collection.

Remarks

For internal use.

Applies to