次の方法で共有


IFsrmFileManagementJob::D eleteNotification メソッド (fsrmreports.h)

[このメソッドは互換性のためにサポートされていますが、 FSRM WMI クラス を使用して FSRM を管理することをお勧めします。 MSFT_FSRMFileManagementJob クラスを参照してください。]

ファイル管理ジョブの通知の一覧から通知値を削除します。

構文

HRESULT DeleteNotification(
  [in] long days
);

パラメーター

[in] days

削除する通知値。

戻り値

メソッドは、次の戻り値を返します。

解説

通知を削除すると、関連付けられているアクションも削除されます。

要件

   
サポートされている最小のクライアント サポートなし
サポートされている最小のサーバー Windows Server 2008 R2
対象プラットフォーム Windows
ヘッダー fsrmreports.h
[DLL] SrmSvc.dll

関連項目

IFsrmFileManagementJob

IFsrmFileManagementJob::AddNotification

IFsrmFileManagementJob::ModifyNotification

IFsrmFileManagementJob::Notifications

MSFT_FSRMFileManagementJob