Metodo DataProvider.GetValues

Populates an array of objects with the attribute column values of the current row. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Function GetValues ( _
    values As Object() _
) As Integer
'Utilizzo
Dim instance As DataProvider 
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

Parametri

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

Valore restituito

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

Implementa

IDataRecord.GetValues(array<Object[])

Vedere anche

Riferimento

DataProvider Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc