Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets an array of values for all of the columns in the current row.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public Function GetValues ( _
As Object() _
) As Integer
'Uso
Dim instance As AdomdDataReader
DimAs Object()
Dim returnValue As Integer
returnValue = instance.GetValues()
public int GetValues(
Object[]
)
public:
virtual int GetValues(
array<Object^>^
) sealed
abstract GetValues :
:Object[] -> int
override GetValues :
:Object[] -> int
public final function GetValues(
: Object[]
) : int
Parámetros
- __unnamed0
Tipo: array<System.Object[]
An array of Object objects into which to copy the column values.
Valor devuelto
Tipo: System.Int32
An Integer that contains the number of instances copied into the array of Object objects.
Implementa
IDataRecord.GetValues(array<Object[])