Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an array of values from the data value at the specified column position.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntax
'Declaration
Public Function GetValues ( _
values As Object() _
) As Integer
'Usage
Dim instance As TraceReader
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
Parameters
- values
Type: array<System.Object[]
An array of Object values that specifies the column position of the data.
Return Value
Type: System.Int32
An Int32 value that specifies the number of objects returned in the array.
Implements
IDataRecord.GetValues(array<Object[])
Examples
See Also
Reference
Microsoft.SqlServer.Management.Trace Namespace