Aracılığıyla paylaş


ServiceQueue.IsEnqueueEnabled Özelliği

Alır veya ayarlar Boolean sıra etkin olup olmadığını belirten özellik.

Ad Alanı:  Microsoft.SqlServer.Management.Smo.Broker
Derleme:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)

Sözdizimi

'Bildirim
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property IsEnqueueEnabled As Boolean
    Get
    Set
'Kullanım
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)

Özellik Değeri

Tür: System.Boolean
A Boolean sıra etkin olup olmadığını belirten değer.
Doğru , sıra etkinleştirilir.
Yanlış (varsayılan), sıra devre dışı bırakılır.