IModelComponentCollection.Remove Method (IModelComponent)

 

Applies To: SQL Server (starting with 2016)

Removes an IModelComponent from the collection.

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

Syntax

void Remove(
    IModelComponent obj
)
void Remove(
    IModelComponent^ obj
)
abstract Remove : 
        obj:IModelComponent -> unit
Sub Remove (
    obj As IModelComponent
)

Parameters

See Also

Remove Overload
IModelComponentCollection Interface
Microsoft.AnalysisServices Namespace

Return to top