Compartilhar via


Método LevelCollection.CopyTo (array<Level , Int32)

Copia os elementos da coleção na matriz especificada.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public Sub CopyTo ( _
    array As Level(), _
    index As Integer _
)
'Uso
Dim instance As LevelCollection 
Dim array As Level()
Dim index As Integer

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

Parâmetros

  • index
    Tipo: Int32
    O índice de base zero no qual iniciar a cópia.

Consulte também

Referência

LevelCollection Classe

Sobrecarregado CopyTo

Namespace Microsoft.AnalysisServices.AdomdServer