ModelComponentCollection.Insert Method (Int32, ModelComponent)

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Protected Friend Overridable Sub Insert ( _
    index As Integer, _
    item As ModelComponent _
)
'Usage
Dim index As Integer
Dim item As ModelComponent

Me.Insert(index, item)
protected internal virtual void Insert(
    int index,
    ModelComponent item
)
protected public:
virtual void Insert(
    int index, 
    ModelComponent^ item
)
abstract Insert : 
        index:int * 
        item:ModelComponent -> unit 
override Insert : 
        index:int * 
        item:ModelComponent -> unit 
 function Insert(
    index : int, 
    item : ModelComponent
)

Parameters