Свойство 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