AdomdDataReader.GetValues Method
Gets an array of values for all of the columns in the current row.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Function GetValues ( _
As Object() _
) As Integer
public int GetValues (
Object[]
)
public:
virtual int GetValues (
array<Object^>^
) sealed
public final int GetValues (
Object[]
)
public final function GetValues (
: Object[]
) : int
Parameters
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.AdomdServer Namespace