Поделиться через


Метод GetValues

Populates an array of objects with the attribute column values of the current row. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public Function GetValues ( _
    values As Object() _
) As Integer
'Применение
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

Параметры

  • 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> [] () [] [])