ModelComponentCollection.RemoveAt Method (Int32, Boolean)

 

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,
    bool cleanUp
)
public:
void RemoveAt(
    int index,
    bool cleanUp
)
member RemoveAt : 
        index:int *
        cleanUp:bool -> unit
Public Sub RemoveAt (
    index As Integer,
    cleanUp As Boolean
)

Parameters

  • cleanUp
    Type: System.Boolean

    true to release both managed and unmanaged resources; false to release only unmanaged resources.

See Also

RemoveAt Overload
ModelComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top