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

VB
'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)

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