Udostępnij za pośrednictwem


Właściwość MaxReaders

Pobiera lub ustawia maksymalną liczbę równoczesnych kolejki czytników.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo.Broker
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Syntax

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MaxReaders As Short
    Get
    Set
'Użycie
Dim instance As ServiceQueue
Dim value As Short

value = instance.MaxReaders

instance.MaxReaders = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public short MaxReaders { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property short MaxReaders {
    short get ();
    void set (short value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member MaxReaders : int16 with get, set
function get MaxReaders () : short
function set MaxReaders (value : short)

Wartość właściwości

Typ: System. . :: . .Int16
Int16 Wartość, która określa maksymalną liczbę równoczesnych kolejki czytelników.