Freigeben über


IModelComponentCollection.Remove-Methode (IModelComponent, Boolean)

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Removes an IModelComponent from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Sub Remove ( _
    obj As IModelComponent, _
    cleanUp As Boolean _
)
'Usage
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
)

Parameter

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

Siehe auch

Verweis

IModelComponentCollection Schnittstelle

Remove-Überladung

Microsoft.AnalysisServices-Namespace