Свойство NumberOfReplayThreads
Gets or sets the number of threads used when replaying the trace.
Пространство имен: Microsoft.SqlServer.Management.Trace
Сборка: Microsoft.SqlServer.ConnectionInfoExtended (в Microsoft.SqlServer.ConnectionInfoExtended.dll)
Синтаксис
'Декларация
Public Property NumberOfReplayThreads As Integer
Get
Set
'Применение
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)
Значение свойства
Тип: System. . :: . .Int32
An Int32 value that specifies the number of threads used to replay the trace.
См. также