Microsoft Internet Security and Acceleration Server 2004 SDK

ReportJobs Property of IFPCReports[C++]

FPCReports.ReportJobs [Visual Basic]

[C++]

The ReportJobs property gets an FPCReportJobs collection that contains all the report jobs. Report jobs specify the items to include in the reports, when to generate them, and the period of time that the reports will cover.

HRESULT get_ReportJobs(
  IFPCReportJobs** ppReportJobs
);

Parameters

ppReportJobs
Address of an interface pointer that on return points to an IFPCReportJobs interface that represents the collection of all the report jobs.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only.

[Visual Basic]

The ReportJobs property gets an FPCReportJobs collection that contains all the report jobs. Report jobs specify the items to include in the reports, when to generate them, and the period of time that the reports will cover.

Property ReportJobs As FPCReportJobs

Property Value

Reference to an FPCReportJobs collection that contains all the report jobs.

Remarks

This property is read-only.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCReports