ModelComponentCollection.Remove Method (IModelComponent)

 

Applies To: SQL Server (starting with 2016)

Removes the specified IModelComponent from the collection.

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

Syntax

protected internal void Remove(
    IModelComponent item
)
public protected:
void Remove(
    IModelComponent^ item
)
member Remove : 
        item:IModelComponent -> unit
Protected Friend Sub Remove (
    item As IModelComponent
)

Parameters

See Also

ModelComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top