IModelComponentCollection.Remove Method (IModelComponent, Boolean)
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,
bool cleanUp
)
void Remove(
IModelComponent^ obj,
bool cleanUp
)
abstract Remove :
obj:IModelComponent *
cleanUp:bool -> unit
Sub Remove (
obj As IModelComponent,
cleanUp As Boolean
)
Parameters
obj
Type: Microsoft.AnalysisServices.IModelComponentThe IModelComponent to be removed.
cleanUp
Type: System.Booleantrue if it will delete referencing objects; otherwise, false.
See Also
Remove Overload
IModelComponentCollection Interface
Microsoft.AnalysisServices Namespace
Return to top