次の方法で共有


TraceReplayOptions.BlockedProcessesWaitInterval プロパティ

ブロックされたプロセスのレポートを生成するためのしきい値 (秒単位) を取得します。

名前空間:  Microsoft.SqlServer.Management.Trace
アセンブリ:  Microsoft.SqlServer.ConnectionInfoExtended (Microsoft.SqlServer.ConnectionInfoExtended.dll)

構文

'宣言
Public Property BlockedProcessesWaitInterval As Integer 
    Get 
    Set
'使用
Dim instance As TraceReplayOptions 
Dim value As Integer 

value = instance.BlockedProcessesWaitInterval

instance.BlockedProcessesWaitInterval = value
public int BlockedProcessesWaitInterval { get; set; }
public:
property int BlockedProcessesWaitInterval {
    int get ();
    void set (int value);
}
member BlockedProcessesWaitInterval : int with get, set
function get BlockedProcessesWaitInterval () : int 
function set BlockedProcessesWaitInterval (value : int)

プロパティ値

型: System.Int32
ブロックされたプロセスのレポートを生成するためのしきい値 (秒単位) です。

説明

有効な値の範囲は 1 ~ 86400 (24 時間) です。 このプロパティの既定値は 3600 (1 時間) です。

関連項目

参照

TraceReplayOptions クラス

Microsoft.SqlServer.Management.Trace 名前空間