Freigeben über


IDataRecordChanger.SetValue-Methode

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
)

Parameter

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

Beispiele

Readme_Tracer

Siehe auch

Verweis

IDataRecordChanger Schnittstelle

Microsoft.SqlServer.Management.Trace-Namespace

Andere Ressourcen

Ablaufverfolgungsflags (Transact-SQL)

Vorlagen und Berechtigungen in SQL Server Profiler