Partilhar via


Propriedade ISql90Queue.MaxQueueReaders

Obtém ou define um valor que modela a opção MAX_QUEUE_READERS.

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

Sintaxe

'Declaração
Property MaxQueueReaders As Nullable(Of Integer)
    Get
    Set
Nullable<int> MaxQueueReaders { get; set; }
property Nullable<int> MaxQueueReaders {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
abstract MaxQueueReaders : Nullable<int> with get, set
function get MaxQueueReaders () : Nullable<int>
function set MaxQueueReaders (value : Nullable<int>)

Valor de propriedade

Tipo: System.Nullable<Int32>

Segurança do .NET Framework

Consulte também

Referência

ISql90Queue Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel