Propriedade do RDL 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.
Namespace: Microsoft.SqlServer.Management.Smo.Mail
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute> _
Public ReadOnly Property IsBusyProfile As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Boolean
A Boolean which is true if the profile is busy, otherwise false.