Classe TraceReplayOptions
The TraceReplayOptions object is a Replay object that represents the configuration settings required when replaying a trace.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Trace.TraceReplayOptions
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (em Microsoft.SqlServer.ConnectionInfoExtended.dll)
Sintaxe
'Declaração
<ComVisibleAttribute(False)> _
Public Class TraceReplayOptions
'Uso
Dim instance As TraceReplayOptions
[ComVisibleAttribute(false)]
public class TraceReplayOptions
[ComVisibleAttribute(false)]
public ref class TraceReplayOptions
[<ComVisibleAttribute(false)>]
type TraceReplayOptions = class end
public class TraceReplayOptions
O tipo TraceReplayOptions expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
TraceReplayOptions | Initializes a new instance of the TraceReplayOptions class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
BlockedProcessesEnabled | Gets or sets a value indicating whether the blocked processes monitor is enabled to search for blocked or blocking processes. | |
BlockedProcessesWaitInterval | Gets or sets the threshold, in seconds, at which blocked process reports are generated. | |
DisplayPerfEvent | Gets or sets a value indicating whether an additional event that reports execution time is displayed for each replayed event. | |
HealthMonitorPollInterval | Gets or sets the interval between checking for unused threads in seconds. | |
HealthMonitorWaitInterval | Gets or sets the maximum permitted lifetime of an unused thread. | |
KeepResults | Gets or sets the Boolean property value that specifies whether to keep the replay results. | |
Mode | Gets or sets whether the trace replay sequential or synchronized. | |
NumberOfReplayThreads | Gets or sets the number of threads used when replaying the trace. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Exemplos
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Trace