Partager via


Méthode HierarchyCollection.CopyTo (array<Hierarchy , Int32)

Copies the elements of the collection to the specified array.

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

Syntaxe

'Déclaration
Public Sub CopyTo ( _
    array As Hierarchy(), _
    index As Integer _
)
'Utilisation
Dim instance As HierarchyCollection 
Dim array As Hierarchy()
Dim index As Integer

instance.CopyTo(array, index)
public void CopyTo(
    Hierarchy[] array,
    int index
)
public:
void CopyTo(
    array<Hierarchy^>^ array, 
    int index
)
member CopyTo : 
        array:Hierarchy[] * 
        index:int -> unit
public function CopyTo(
    array : Hierarchy[], 
    index : int
)

Paramètres

  • index
    Type : System.Int32
    The zero-based index at which to begin copying.

Voir aussi

Référence

HierarchyCollection Classe

Surcharge CopyTo

Espace de noms Microsoft.AnalysisServices.AdomdServer