Microsoft Internet Security and Acceleration Server 2004 SDK

PeriodType Property of IFPCReportJob[C++]

FPCReportJob.PeriodType [Visual Basic]

[C++]

The PeriodType property gets a value from the FPCReportJobPeriodType enumerated type that specifies the type of period that the report will cover. A report job can cover a day, a week, a month, or a year, or can generate a run-once report.

HRESULT get_PeriodType(
  FpcReportJobPeriodType* pPeriodType
);

Parameters

pPeriodType
Pointer to a variable that on return receives a value from the FPCReportJobPeriodType enumerated type specifying the type of period that the report will cover.

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 PeriodType property gets a value from the FPCReportJobPeriodType enumerated type that specifies the type of period that the report will cover. A report job can cover a day, a week, a month, or a year, or can generate a run-once report.

Property PeriodType As FpcReportJobPeriodType

Property Value

Value from the FPCReportJobPeriodType enumerated type that specifies the type of period that the report will cover.

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

FPCReportJob