共用方式為


IFsrmActionReport 介面 (fsrm.h)

[此介面支援相容性,但建議使用 FSRM WMI 類別來管理 FSRM 。 請參閱 MSFT_FSRMActionMSFT_FSRMFMJActionMSFT_FSRMFMJNotificationAction 類別。

用來產生報表以回應配額或檔案畫面事件。

若要建立報表動作,請呼叫下列其中一種方法,並將 FsrmActionType_Report 指定為動作類型:

建立方法會傳回 IFsrmAction 介面。 若要取得此介面,請呼叫 QueryInterface 方法,並將 IID_IFsrmActionReport 指定為介面標識碼。

繼承

IFsrmActionReport 介面繼承自 IFsrmAction 介面。

方法

IFsrmActionReport 介面具有這些方法。

 
IFsrmActionReport::get_MailTo

擷取或設定報表傳送至其中的電子郵件位址。 (取得)
IFsrmActionReport::get_ReportTypes

擷取或設定要產生的報表類型。 (取得)
IFsrmActionReport::p ut_MailTo

擷取或設定報表傳送至其中的電子郵件位址。 (Put)
IFsrmActionReport::p ut_ReportTypes

擷取或設定要產生的報表類型。 (Put)

備註

您必須設定 ReportTypes 屬性;另一個屬性是選擇性的。

範例

如需範例,請參閱 更新配額

規格需求

需求
最低支援的用戶端 都不支援
最低支援的伺服器 Windows Server 2008
目標平台 Windows
標頭 fsrm.h (包括 FsrmPipeline.h、FsrmQuota.h、FsrmReports.h、FsrmScreen.h)

另請參閱

FSRM 介面

IFsrmAction

IFsrmActionCommand

IFsrmActionEmail

IFsrmActionEventLog

MSFT_FSRMAction

MSFT_FSRMFMJAction

MSFT_FSRMFMJNotificationAction