ModelComponentCollection.RemoveAt Method (Int32)

 

Applies To: SQL Server (starting with 2016)

Removes the IModelComponent at the specified index from the ModelComponentCollection.

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

Syntax

public void RemoveAt(
    int index
)
public:
void RemoveAt(
    int index
)
member RemoveAt : 
        index:int -> unit
Public Sub RemoveAt (
    index As Integer
)

Parameters

See Also

RemoveAt Overload
ModelComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top