ModelComponentCollection.IList.RemoveAt Method (Int32)

 

Applies To: SQL Server (starting with 2016)

Removes the item at the specified index.

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

Syntax

void IList.RemoveAt(
    int index
)
private:
virtual void RemoveAt(
    int index
) sealed = IList::RemoveAt
private abstract RemoveAt : 
        index:int -> unit
private override RemoveAt : 
        index:int -> unit
Private Sub RemoveAt (
    index As Integer
)
    Implements IList.RemoveAt

Parameters

  • index
    Type: System.Int32

    The zero-based index of the item to remove.

Implements

IList.RemoveAt(Int32)

See Also

ModelComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top