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 네임스페이스