Właściwość IsEnqueueEnabled
Pobiera lub ustawia Boolean właściwość, która określa, czy kolejka jest włączony.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Broker
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property IsEnqueueEnabled As Boolean
Get
Set
'Użycie
Dim instance As ServiceQueue
Dim value As Boolean
value = instance.IsEnqueueEnabled
instance.IsEnqueueEnabled = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsEnqueueEnabled { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsEnqueueEnabled {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsEnqueueEnabled : bool with get, set
function get IsEnqueueEnabled () : boolean
function set IsEnqueueEnabled (value : boolean)
Wartość właściwości
Typ: System. . :: . .Boolean
A Boolean wartość określająca, czy kolejka jest włączony.
Jeśli True, kolejki jest włączone.
Jeśli False (domyślnie), kolejki jest wyłączona.