Méthode ModelComponentCollection.RemoveAt (Int32, Boolean)
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Removes the IModelComponent at the specified index from the ModelComponentCollection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub RemoveAt ( _
index As Integer, _
cleanUp As Boolean _
)
'Utilisation
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
)
Paramètres
- index
Type : System.Int32
The zero-based index of the IModelComponent to remove.
- cleanUp
Type : System.Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.