Partager via


Propriété TraceEventArgs.CurrentRecord

Gets the current record in the trace.

Espace de noms :  Microsoft.SqlServer.Management.Trace
Assembly :  Microsoft.SqlServer.ConnectionInfoExtended (en Microsoft.SqlServer.ConnectionInfoExtended.dll)

Syntaxe

'Déclaration
Public ReadOnly Property CurrentRecord As IDataRecordChanger 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

TraceEventArgs Classe

Espace de noms Microsoft.SqlServer.Management.Trace