TraceReplay.Options Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Remarks
The configuration options include thread management, retention of results, and replay mode.