MailProfile.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(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsBusyProfile As Boolean 
    Get
用法
Dim instance As MailProfile 
Dim value As Boolean 

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

属性值

类型:System.Boolean
A Boolean which is true if the profile is busy, otherwise false.

请参阅

参考

MailProfile 类

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