IsBusyProfile 属性
命名空间: 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