IsBusyAccount 属性

Gets a Boolean which indicates whether the account has unsent items.

命名空间:  Microsoft.SqlServer.Management.Smo.Mail
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute> _
Public ReadOnly Property IsBusyAccount As Boolean
    Get
用法
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

属性值

类型:System. . :: . .Boolean
Returns a Boolean which is true if the account has unsent items; otherwise false.