TraceReplayOptions.NumberOfReplayThreads Property
Gets or sets the number of threads used when replaying the trace.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntax
'Declaration
Public Property NumberOfReplayThreads As Integer
Get
Set
'Usage
Dim instance As TraceReplayOptions
Dim value As Integer
value = instance.NumberOfReplayThreads
instance.NumberOfReplayThreads = value
public int NumberOfReplayThreads { get; set; }
public:
property int NumberOfReplayThreads {
int get ();
void set (int value);
}
member NumberOfReplayThreads : int with get, set
function get NumberOfReplayThreads () : int
function set NumberOfReplayThreads (value : int)
Property Value
Type: System.Int32
An Int32 value that specifies the number of threads used to replay the trace.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Trace Namespace