Freigeben über


BusinessLogicDataReader.GetValues-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Populates an array of objects with the column values of the current row.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Function GetValues ( _
    values As Object() _
) As Integer
'Usage
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

Parameter

  • values
    Typ: array<System.Object[]
    An array of Object into which to copy the attribute columns.

Rückgabewert

Typ: System.Int32
The number of instances of Object in the array.

Implementiert

IDataRecord.GetValues(array<Object[])

Siehe auch

Verweis

BusinessLogicDataReader Klasse

Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace