AdomdDataReader.GetValues 方法
获取当前行中所有列的值的数组。
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public Function GetValues ( _
As Object() _
) As Integer
用法
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
参数
- 类型:array<Object[]
要向其复制列值的 Object 对象的数组。
返回值
类型:Int32
一个整数,该整数包含要复制到 Object 对象数组的实例数。
实现
IDataRecordGetValues(Object)