Méthode BusinessLogicDataReader.GetValues
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Populates an array of objects with the column values of the current row.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public Function GetValues ( _
values As Object() _
) As Integer
'Utilisation
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
Paramètres
- values
Type : array<System.Object[]
An array of Object into which to copy the attribute columns.
Valeur de retour
Type : System.Int32
The number of instances of Object in the array.
Implémente
IDataRecord.GetValues(array<Object[])
Voir aussi
Référence
BusinessLogicDataReader Classe
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport