Partager via


ISql90Queue.MaxQueueReaders, propriété

Obtient ou définit une valeur qui modélise l'option la MAX_QUEUE_READERS.

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

Syntaxe

'Déclaration
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>)

Valeur de propriété

Type : System.Nullable<Int32>

Sécurité .NET Framework

Voir aussi

Référence

ISql90Queue Interface

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