ModelComponentCollection.IModelComponentCollection.Remove Method (IModelComponent)

 

Applies To: SQL Server (starting with 2016)

Removes the first occurrence of a specific IModelComponent from the ModelComponentCollection.

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

Syntax

void IModelComponentCollection.Remove(
    IModelComponent item
)
private:
virtual void Remove(
    IModelComponent^ item
) sealed = IModelComponentCollection::Remove
private abstract Remove : 
        item:IModelComponent -> unit
private override Remove : 
        item:IModelComponent -> unit
Private Sub Remove (
    item As IModelComponent
)
    Implements IModelComponentCollection.Remove

Parameters

Implements

IModelComponentCollection.Remove(IModelComponent)

See Also

IModelComponentCollection.Remove Overload
ModelComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top