NamedComponentCollection.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 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.