Właściwość ServiceQueue.IsPoisonMessageHandlingEnabled
Pobiera lub ustawia Boolean właściwość, która określa, czy automatyczne skażona wiadomość obsługa jest aktywna dla kolejki Service Broker.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Broker
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property IsPoisonMessageHandlingEnabled As Boolean
Get
Set
'Użycie
Dim instance As ServiceQueue
Dim value As Boolean
value = instance.IsPoisonMessageHandlingEnabled
instance.IsPoisonMessageHandlingEnabled = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsPoisonMessageHandlingEnabled { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsPoisonMessageHandlingEnabled {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsPoisonMessageHandlingEnabled : bool with get, set
function get IsPoisonMessageHandlingEnabled () : boolean
function set IsPoisonMessageHandlingEnabled (value : boolean)
Wartość właściwości
Typ: System.Boolean
A Boolean wartość, która określa stan automatyczne skażona wiadomość obsługi kolejki Service Broker.TRUE Określa, że automatyczne skażona wiadomość obsługi jest aktywny.FALSE Określa, że automatyczne skażona wiadomość obsługi nie jest aktywny.
Uwagi
Nie można wyłączyć automatyczne skażona wiadomość obsługi, chyba że logiki do obsługi aplikacji za pomocą kolejki skażona wiadomośćs.
Zobacz także