Aracılığıyla paylaş


ServiceQueue.IsActivationEnabled Özelliği

Alır veya ayarlar Boolean etkinleştirme için etkin olup olmadığını belirten özellik hizmet sıra.

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 IsActivationEnabled As Boolean
    Get
    Set
'Kullanım
Dim instance As ServiceQueue
Dim value As Boolean

value = instance.IsActivationEnabled

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

Özellik Değeri

Tür: System.Boolean
A Boolean etkinleştirme için etkin olup olmadığını belirten değeri hizmet sıra.
Doğru , etkinleştirme için etkin hizmet sıra.
Yanlış (varsayılan), etkinleştirme için devre hizmet sıra.