MaxReaders プロパティ

同時に使用可能なキュー リーダーの最大数を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo.Broker
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute> _
Public Property MaxReaders As Short
    Get
    Set
'使用
Dim instance As ServiceQueue
Dim value As Short

value = instance.MaxReaders

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

プロパティ値

型: System. . :: . .Int16
同時に使用可能なキュー リーダーの最大数を示す Int16 値です。