Compartir a través de


ISql90Queue.MaxQueueReaders (Propiedad)

Obtiene o establece un valor que modela la opción MAX_QUEUE_READERS.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Nullable<Int32>

Seguridad de .NET Framework

Vea también

Referencia

ISql90Queue Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)