Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a Boolean which indicates whether the account has unsent items.
Namespace: Microsoft.SqlServer.Management.Smo.Mail
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsBusyAccount As Boolean
Get
'Usage
Dim instance As MailAccount
Dim value As Boolean
value = instance.IsBusyAccount
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsBusyAccount { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsBusyAccount {
bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsBusyAccount : bool
function get IsBusyAccount () : boolean
Eigenschaftswert
Typ: System.Boolean
Returns a Boolean which is true if the account has unsent items; otherwise false.