Partilhar via


Propriedade ISql90ServerOptions.BlockProcessThreshold

Obtém ou define um valor que modela a configuração de limite de processo do bloco.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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>)

Valor de propriedade

Tipo: System.Nullable<Int32>

Segurança do .NET Framework

Consulte também

Referência

ISql90ServerOptions Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel