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.