Udostępnij przez


TraceReplayOptions Members

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

The following tables list the members exposed by the TraceReplayOptions type.

Public Constructors

  Name Description
TraceReplayOptions Initializes a new instance of the TraceReplayOptions class.

Top

Public Properties

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

Top

Public Methods

(see also Protected Methods )

  Name Description
ms220887.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms220887.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms220887.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms220887.pubmethod(pl-pl,SQL.100).gifms220887.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms220887.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms220887.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms220887.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top