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

  • cleanUp
    Tipo: System.Boolean
    true if it will delete referencing objects; otherwise, false.

Vedere anche

Riferimento

IModelComponentCollection Interfaccia

Overload Remove

Spazio dei nomi Microsoft.AnalysisServices