Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Int32The zero-based index to start copying to.