Share via


TraceEventArgs.CurrentRecord Property

Gets the current record in the trace.

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

Syntax

'Declaration
Public ReadOnly Property CurrentRecord As IDataRecordChanger
    Get
'Usage
Dim instance As TraceEventArgs
Dim value As IDataRecordChanger

value = instance.CurrentRecord
public IDataRecordChanger CurrentRecord { get; }
public:
property IDataRecordChanger^ CurrentRecord {
    IDataRecordChanger^ get ();
}
member CurrentRecord : IDataRecordChanger
function get CurrentRecord () : IDataRecordChanger

Property Value

Type: Microsoft.SqlServer.Management.Trace.IDataRecordChanger
An Int32 value that specifies the current record.