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