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
Parameter
- values
An array of Object objects into which to copy the column values.
Rückgabewert
An Integer that contains the number of instances copied into the array of Object objects.
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
AdomdDataReader Class
AdomdDataReader Members
Microsoft.AnalysisServices.AdomdClient Namespace