Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.