Partager via


ISql90ServerOptions.BlockProcessThreshold, propriété

Obtient ou définit une valeur qui modélise le paramètre du seuil de processus bloqué.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Property BlockProcessThreshold As Nullable(Of Integer)
    Get
    Set
Nullable<int> BlockProcessThreshold { get; set; }
property Nullable<int> BlockProcessThreshold {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
abstract BlockProcessThreshold : Nullable<int> with get, set
function get BlockProcessThreshold () : Nullable<int>
function set BlockProcessThreshold (value : Nullable<int>)

Valeur de propriété

Type : System.Nullable<Int32>

Sécurité .NET Framework

Voir aussi

Référence

ISql90ServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms