CellSetCellCollection.CopyTo - Méthode (ResultCell[], Int32)
Cette méthode n'est pas implémentée par la classe CellSetCellCollection .
Copie la collection dans un tableau résultat de la cellule, en commençant à l'index spécifié.
Espace de noms : Microsoft.PerformancePoint.Scorecards.ResultSet.ADOMDCellSet
Assembly : Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntaxe
'Déclaration
Public Overrides Sub CopyTo ( _
array As ResultCell(), _
index As Integer _
)
'Utilisation
Dim instance As CellSetCellCollection
Dim array As ResultCell()
Dim index As Integer
instance.CopyTo(array, index)
public override void CopyTo(
ResultCell[] array,
int index
)
Paramètres
array
Type : []Tableau dans lequel copier la collection.
index
Type : System.Int32Début de la copie de la collection à l'index.
Exceptions
Exception | Condition |
---|---|
BpmDevException | Levée lorsque cette méthode est appelée. |
Voir aussi
Référence
CellSetCellCollection - Membres
Microsoft.PerformancePoint.Scorecards.ResultSet.ADOMDCellSet - Espace de noms