Condividi tramite


Metodo IModelComponentCollection.Remove (IModelComponent)

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 _
)
'Utilizzo
Dim instance As IModelComponentCollection 
Dim obj As IModelComponent

instance.Remove(obj)
void Remove(
    IModelComponent obj
)
void Remove(
    IModelComponent^ obj
)
abstract Remove : 
        obj:IModelComponent -> unit
function Remove(
    obj : IModelComponent
)

Parametri

Vedere anche

Riferimento

IModelComponentCollection Interfaccia

Overload Remove

Spazio dei nomi Microsoft.AnalysisServices