Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets a Boolean which indicates whether the account has unsent items.
Espace de noms : Microsoft.SqlServer.Management.Smo.Mail
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsBusyAccount As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
Returns a Boolean which is true if the account has unsent items; otherwise false.