Proprietà TraceEventArgs.CurrentRecord
Gets the current record in the trace.
Spazio dei nomi Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property CurrentRecord As IDataRecordChanger
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Trace.IDataRecordChanger
An Int32 value that specifies the current record.