ModelComponentCollection.Insert Method (Int32, ModelComponent)

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

Inserts an ModelComponent in the ModelComponentCollection.

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

Syntax

VB
'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)

Parameters

  • index
    Type: System.Int32
    The zero-based index at which item should be inserted.

See Also

Reference

ModelComponentCollection Class

Insert Overload

Microsoft.AnalysisServices Namespace