ServiceQueue.IsRetentionEnabled Özelliği
Alır veya ayarlar Boolean saklama 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 IsRetentionEnabled As Boolean
Get
Set
'Kullanım
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)
Özellik Değeri
Tür: System.Boolean
A Boolean saklama için etkin olup olmadığını belirten değeri hizmet sıra.
Doğru , saklama için etkin hizmet sıra.
Yanlış (varsayılan), saklama için devre hizmet sıra.