Classe ReplayEventArgs
The ReplayEventArgs object provides programmatic access to the arguments used to report events that occur when replaying trace on an instance of SQL Server.
Gerarchia di ereditarietà
System.Object
System.EventArgs
Microsoft.SqlServer.Management.Trace.TraceEventArgs
Microsoft.SqlServer.Management.Trace.ReplayEventArgs
Spazio dei nomi Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Sintassi
'Dichiarazione
Public Class ReplayEventArgs _
Inherits TraceEventArgs
'Utilizzo
Dim instance As ReplayEventArgs
public class ReplayEventArgs : TraceEventArgs
public ref class ReplayEventArgs : public TraceEventArgs
type ReplayEventArgs =
class
inherit TraceEventArgs
end
public class ReplayEventArgs extends TraceEventArgs
Nel tipo ReplayEventArgs sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
CurrentRecord | Gets the current record in the trace. Ereditato da TraceEventArgs. | |
RecordNumber | Gets the record number from the data that is generated by the event. | |
SkipRecord | Gets the Boolean value that specifies whether the current record is traced or skipped. Ereditato da TraceEventArgs. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
Thread Safety
Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.