TraceEventArgs.CurrentRecord Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.