共用方式為


MailAccount.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(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsBusyAccount As Boolean 
    Get
'用途
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

屬性值

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

請參閱

參考

MailAccount 類別

Microsoft.SqlServer.Management.Smo.Mail 命名空間