Share via


QueryResult.CopyTo method (QueryResult[], Int32)

Copies the elements in the dictionary to an array.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Overridable Sub CopyTo ( _
    array As QueryResult(), _
    index As Integer _
)
'Usage
Dim instance As QueryResult
Dim array As QueryResult()
Dim index As Integer

instance.CopyTo(array, index)
public virtual void CopyTo(
    QueryResult[] array,
    int index
)

Parameters

  • array
    Type: []

    The array to copy to.

  • index
    Type: System.Int32

    The zero-based index to start copying to.

See also

Reference

QueryResult class

QueryResult members

CopyTo overload

Microsoft.PerformancePoint.Scorecards namespace