IDataRecordChanger.SetValue Method

Sets a value in the specified position.

Namespace:  Microsoft.SqlServer.Management.Trace
Assembly:  Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)

Syntax

'Declaration
Sub SetValue ( _
    ordinal As Integer, _
    value As Object _
)
'Usage
Dim instance As IDataRecordChanger
Dim ordinal As Integer
Dim value As Object

instance.SetValue(ordinal, value)
void SetValue(
    int ordinal,
    Object value
)
void SetValue(
    int ordinal, 
    Object^ value
)
abstract SetValue : 
        ordinal:int * 
        value:Object -> unit 
function SetValue(
    ordinal : int, 
    value : Object
)

Parameters

  • ordinal
    Type: System.Int32
    An Int32 value that specifies the index position at which to set the value.
  • value
    Type: System.Object
    An Object system object value that specifies the value to set the field at the specified position.

Examples

Readme_Tracer