MailProfile.IsBusyProfile プロパティ
プロファイルがビジーかどうかを示す Boolean を取得します。 このコンテキストの「ビジー」とは、このプロファイルに未送信のアイテムが関連付けられていることを意味します。
名前空間: Microsoft.SqlServer.Management.Smo.Mail
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsBusyProfile As Boolean
Get
'使用
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
プロパティ値
型: System.Boolean
プロファイルがビジーである場合は true、それ以外の場合は false になる Boolean です。