IsEnqueueEnabled プロパティ

キューが有効かどうかを示す Boolean プロパティを取得します。値の設定も可能です。

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

構文

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

value = instance.IsEnqueueEnabled

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

プロパティ値

型: System. . :: . .Boolean
キューが有効かどうかを示す Boolean 値です。
True の場合、キューは有効です。
False (既定値) の場合、キューは無効です。