Partager via


Propriété 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.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Mail
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsBusyProfile As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

MailProfile Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Mail