IsBusyProfile プロパティ
プロファイルがビジーかどうかを示す Boolean を取得します。このコンテキストの「ビジー」とは、このプロファイルに未送信のアイテムが関連付けられていることを意味します。
名前空間: 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
プロパティ値
型: System. . :: . .Boolean
プロファイルがビジーである場合は true、それ以外の場合は false になる Boolean です。