MajorObjectCollection.Insert Method (Int32, ModelComponent)

 

Applies To: SQL Server (starting with 2016)

Inserts a ModelComponent in the MajorObjectCollection at the specified index.

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

Syntax

protected internal override void Insert(
    int index,
    ModelComponent item
)
public protected:
virtual void Insert(
    int index,
    ModelComponent^ item
) override
override Insert : 
        index:int *
        item:ModelComponent -> unit
Protected Friend Overrides Sub Insert (
    index As Integer,
    item As ModelComponent
)

Parameters

  • index
    Type: System.Int32

    The zero-based index at which item should be inserted.

See Also

Insert Overload
MajorObjectCollection Class
Microsoft.AnalysisServices Namespace

Return to top