共用方式為


IServerConfigurationFacet.BlockedProcessThreshold 屬性

Gets or sets the blocked process threshold.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Property BlockedProcessThreshold As Integer 
    Get 
    Set
'用途
Dim instance As IServerConfigurationFacet 
Dim value As Integer 

value = instance.BlockedProcessThreshold

instance.BlockedProcessThreshold = value
int BlockedProcessThreshold { get; set; }
property int BlockedProcessThreshold {
    int get ();
    void set (int value);
}
abstract BlockedProcessThreshold : int with get, set
function get BlockedProcessThreshold () : int 
function set BlockedProcessThreshold (value : int)

屬性值

型別:System.Int32
The blocked process threshold.

請參閱

參考

IServerConfigurationFacet 介面

Microsoft.SqlServer.Management.Smo 命名空間