Ler em inglês

Compartilhar via


Método CopyTo (CubeDef[], Int32)

Copies the elements of the collection to the specified array.

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

Sintaxe

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

instance.CopyTo(array, index)

Parâmetros