AdomdDataReader.GetValues Method
Gets an array of values for all of the columns in the current row.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Syntax
'Declaration
Public Function GetValues ( _
values As Object() _
) As Integer
public int GetValues (
Object[] values
)
public:
virtual int GetValues (
array<Object^>^ values
) sealed
public final int GetValues (
Object[] values
)
public final function GetValues (
values : Object[]
) : int
Parameters
- values
An array of Object objects into which to copy the column values.
Return Value
An Integer that contains the number of instances copied into the array of Object objects.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
AdomdDataReader Class
AdomdDataReader Members
Microsoft.AnalysisServices.AdomdClient Namespace