Właściwość MailProfile.IsBusyProfile
Pobiera Boolean Określa, czy profil jest zajęty.W tym kontekście oznacza, że nie są zajęte nie wysłane elementy skojarzone z tym profilem.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Mail
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute> _
Public ReadOnly Property IsBusyProfile As Boolean
Get
'Użycie
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
Wartość właściwości
Typ: System.Boolean
A Boolean co jest true profil jest zajęty, w przeciwnym razie false.