此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Populates an array of objects with the column values of the current row.
命名空间: Microsoft.SqlServer.Replication.BusinessLogicSupport
程序集: Microsoft.SqlServer.Replication.BusinessLogicSupport(在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)
语法
声明
Public Function GetValues ( _
values As Object() _
) As Integer
用法
Dim instance As BusinessLogicDataReader
Dim values As Object()
Dim returnValue As Integer
returnValue = instance.GetValues(values)
public int GetValues(
Object[] values
)
public:
virtual int GetValues(
array<Object^>^ values
) sealed
abstract GetValues :
values:Object[] -> int
override GetValues :
values:Object[] -> int
public final function GetValues(
values : Object[]
) : int
参数
- values
类型:array<System.Object[]
An array of Object into which to copy the attribute columns.
返回值
类型:System.Int32
The number of instances of Object in the array.
实现
IDataRecord.GetValues(array<Object[])