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 | |
---|---|---|
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. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
TraceReplayOptions Class
Microsoft.SqlServer.Management.Trace Namespace