Partager via


Classe TraceReplayOptions

The TraceReplayOptions object is a Replay object that represents the configuration settings required when replaying a trace.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.SqlServer.Management.Trace..::..TraceReplayOptions

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

Syntaxe

'Déclaration
<ComVisibleAttribute(False)> _
Public Class TraceReplayOptions
'Utilisation
Dim instance As TraceReplayOptions
[ComVisibleAttribute(false)]
public class TraceReplayOptions
[ComVisibleAttribute(false)]
public ref class TraceReplayOptions
[<ComVisibleAttribute(false)>]
type TraceReplayOptions =  class end
public class TraceReplayOptions

Le type TraceReplayOptions expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique TraceReplayOptions Initializes a new instance of the TraceReplayOptions class.

Haut de la page

Propriétés

  Nom Description
Propriété publique BlockedProcessesEnabled Gets or sets a value indicating whether the blocked processes monitor is enabled to search for blocked or blocking processes.
Propriété publique BlockedProcessesWaitInterval Gets or sets the threshold, in seconds, at which blocked process reports are generated.
Propriété publique DisplayPerfEvent Gets or sets a value indicating whether an additional event that reports execution time is displayed for each replayed event.
Propriété publique HealthMonitorPollInterval Gets or sets the interval between checking for unused threads in seconds.
Propriété publique HealthMonitorWaitInterval Gets or sets the maximum permitted lifetime of an unused thread.
Propriété publique KeepResults Gets or sets the Boolean property value that specifies whether to keep the replay results.
Propriété publique Mode Gets or sets whether the trace replay sequential or synchronized.
Propriété publique NumberOfReplayThreads Gets or sets the number of threads used when replaying the trace.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.