Partager via


Propriété IServerConfigurationFacet.BlockedProcessThreshold

Gets or sets the blocked process threshold.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Property BlockedProcessThreshold As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Int32
The blocked process threshold.

Voir aussi

Référence

IServerConfigurationFacet Interface

Espace de noms Microsoft.SqlServer.Management.Smo