Méthode TraceEventCollection.ICollection.CopyTo

Copies the elements of the collection to an array, starting at a particular array index.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

C#
void ICollection.CopyTo(
    Array array,
    int index
)

Paramètres

  • array
    Type : System.Array
    The one-dimensional array that is the destination of the elements copied from the collection.
  • index
    Type : System.Int32
    The zero-based index in array at which copying begins.

Implémente

ICollection.CopyTo(Array, Int32)

Voir aussi

Référence

TraceEventCollection Classe

Espace de noms Microsoft.AnalysisServices