Método IModelComponentCollection.Remove (IModelComponent, Boolean)
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Removes an IModelComponent from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Sub Remove ( _
obj As IModelComponent, _
cleanUp As Boolean _
)
'Uso
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
)
Parâmetros
- obj
Tipo: Microsoft.AnalysisServices.IModelComponent
The IModelComponent to be removed.
- cleanUp
Tipo: System.Boolean
true if it will delete referencing objects; otherwise, false.