Metodo IModelComponentCollection.Remove (IModelComponent, Boolean)
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Removes an IModelComponent from the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Sub Remove ( _
obj As IModelComponent, _
cleanUp As Boolean _
)
'Utilizzo
Dim instance As IModelComponentCollection
Dim obj As IModelComponent
Dim cleanUp As Boolean
instance.Remove(obj, cleanUp)
void Remove(
IModelComponent obj,
bool cleanUp
)
void Remove(
IModelComponent^ obj,
bool cleanUp
)
abstract Remove :
obj:IModelComponent *
cleanUp:bool -> unit
function Remove(
obj : IModelComponent,
cleanUp : boolean
)
Parametri
- obj
Tipo: Microsoft.AnalysisServices.IModelComponent
The IModelComponent to be removed.
- cleanUp
Tipo: System.Boolean
true if it will delete referencing objects; otherwise, false.