Freigeben über


ModelComponentCollection.RemoveAt-Methode (Int32, Boolean)

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

Removes the IModelComponent at the specified index from the ModelComponentCollection.

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

Syntax

'Declaration
Public Sub RemoveAt ( _
    index As Integer, _
    cleanUp As Boolean _
)
'Usage
Dim instance As ModelComponentCollection 
Dim index As Integer 
Dim cleanUp As Boolean

instance.RemoveAt(index, cleanUp)
public void RemoveAt(
    int index,
    bool cleanUp
)
public:
void RemoveAt(
    int index, 
    bool cleanUp
)
member RemoveAt : 
        index:int * 
        cleanUp:bool -> unit
public function RemoveAt(
    index : int, 
    cleanUp : boolean
)

Parameter

  • cleanUp
    Typ: System.Boolean
    true to release both managed and unmanaged resources; false to release only unmanaged resources.

Siehe auch

Verweis

ModelComponentCollection Klasse

RemoveAt-Überladung

Microsoft.AnalysisServices-Namespace