Propriedade do RDL IsBusyAccount
Gets a Boolean which indicates whether the account has unsent items.
Namespace: Microsoft.SqlServer.Management.Smo.Mail
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute> _
Public ReadOnly Property IsBusyAccount As Boolean
Get
'Uso
Dim instance As MailAccount
Dim value As Boolean
value = instance.IsBusyAccount
[SfcPropertyAttribute]
public bool IsBusyAccount { get; }
[SfcPropertyAttribute]
public:
property bool IsBusyAccount {
bool get ();
}
[<SfcPropertyAttribute>]
member IsBusyAccount : bool
function get IsBusyAccount () : boolean
Valor da propriedade
Tipo: System. . :: . .Boolean
Returns a Boolean which is true if the account has unsent items; otherwise false.