IServerConfigurationFacet.BlockedProcessThreshold Property
Gets or sets the blocked process threshold.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Property BlockedProcessThreshold As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
The blocked process threshold.