Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the BlockedProcessThreshold property for an instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayNameKeyAttribute("BlockedProcessThresholdName")> _
<DisplayDescriptionKeyAttribute("ServerPerformanceDesc")> _
Property BlockedProcessThreshold As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
The BlockedProcessThreshold property for an instance of SQL Server.