Propriedade do RDL IServerConfigurationFacet.BlockedProcessThreshold

Gets or sets the blocked process threshold.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Property BlockedProcessThreshold As Integer 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Int32
The blocked process threshold.

Consulte também

Referência

IServerConfigurationFacet Interface

Namespace Microsoft.SqlServer.Management.Smo