TraceReplay.Options Property

Definition

Gets or sets the configuration options for replaying the trace.

public:
 property Microsoft::SqlServer::Management::Trace::TraceReplayOptions ^ Options { Microsoft::SqlServer::Management::Trace::TraceReplayOptions ^ get(); void set(Microsoft::SqlServer::Management::Trace::TraceReplayOptions ^ value); };
public Microsoft.SqlServer.Management.Trace.TraceReplayOptions Options { get; set; }
member this.Options : Microsoft.SqlServer.Management.Trace.TraceReplayOptions with get, set
Public Property Options As TraceReplayOptions

Property Value

A TraceReplayOptions object value that specifies the configuration options for replaying the trace.

Examples

Readme_Tracer

Remarks

The configuration options include thread management, retention of results, and replay mode.

Applies to