다음을 통해 공유


IsBusyProfile 속성

Gets a Boolean which determines whether the profile is busy. Busy in this context means that there are unsent items associated to this profile.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Mail
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property IsBusyProfile As Boolean
    Get
‘사용 방법
Dim instance As MailProfile
Dim value As Boolean

value = instance.IsBusyProfile
[SfcPropertyAttribute]
public bool IsBusyProfile { get; }
[SfcPropertyAttribute]
public:
property bool IsBusyProfile {
    bool get ();
}
[<SfcPropertyAttribute>]
member IsBusyProfile : bool
function get IsBusyProfile () : boolean

속성 값

유형: System. . :: . .Boolean
A Boolean which is true if the profile is busy, otherwise false.