この 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[])