BusinessLogicDataReader.GetValues 方法
此 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[])