Partager via


CellSetCellCollection.CopyTo - Méthode (Array, Int32)

Cette méthode n'est pas implémentée par la classe CellSetCellCollection .
Copie la collection dans un tableau, 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 Array, _
    index As Integer _
)
'Utilisation
Dim instance As CellSetCellCollection
Dim array As Array
Dim index As Integer

instance.CopyTo(array, index)
public override void CopyTo(
    Array array,
    int index
)

Paramètres

  • array
    Type : System.Array

    Tableau dans lequel copier la collection.

  • index
    Type : System.Int32

    Début de la copie de la collection à l'index.

Implémentations

ICollection.CopyTo(Array, Int32)

Exceptions

Exception Condition
BpmDevException

Levée lorsque cette méthode est appelée.

Voir aussi

Référence

CellSetCellCollection classe

CellSetCellCollection - Membres

CopyTo - Surcharge

Microsoft.PerformancePoint.Scorecards.ResultSet.ADOMDCellSet - Espace de noms