TraceEventArgs.CurrentRecord Property

Definition

Gets the current record in the trace.

public:
 property Microsoft::SqlServer::Management::Trace::IDataRecordChanger ^ CurrentRecord { Microsoft::SqlServer::Management::Trace::IDataRecordChanger ^ get(); };
public Microsoft.SqlServer.Management.Trace.IDataRecordChanger CurrentRecord { get; }
member this.CurrentRecord : Microsoft.SqlServer.Management.Trace.IDataRecordChanger
Public ReadOnly Property CurrentRecord As IDataRecordChanger

Property Value

An Int32 value that specifies the current record.

Applies to