Поделиться через


Свойство IServerPerformanceFacet.BlockedProcessThreshold

Gets or sets the BlockedProcessThreshold property for an instance of SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<DisplayNameKeyAttribute("BlockedProcessThresholdName")> _
<DisplayDescriptionKeyAttribute("ServerPerformanceDesc")> _
Property BlockedProcessThreshold As Integer 
    Get 
    Set
'Применение
Dim instance As IServerPerformanceFacet 
Dim value As Integer 

value = instance.BlockedProcessThreshold

instance.BlockedProcessThreshold = value
[DisplayNameKeyAttribute("BlockedProcessThresholdName")]
[DisplayDescriptionKeyAttribute("ServerPerformanceDesc")]
int BlockedProcessThreshold { get; set; }
[DisplayNameKeyAttribute(L"BlockedProcessThresholdName")]
[DisplayDescriptionKeyAttribute(L"ServerPerformanceDesc")]
property int BlockedProcessThreshold {
    int get ();
    void set (int value);
}
[<DisplayNameKeyAttribute("BlockedProcessThresholdName")>]
[<DisplayDescriptionKeyAttribute("ServerPerformanceDesc")>]
abstract BlockedProcessThreshold : int with get, set
function get BlockedProcessThreshold () : int 
function set BlockedProcessThreshold (value : int)

Значение свойства

Тип: System.Int32
The BlockedProcessThreshold property for an instance of SQL Server.

См. также

Справочник

IServerPerformanceFacet Интерфейс

Пространство имен Microsoft.SqlServer.Management.Smo