IFsrmFileManagementJob::put_Formats method (fsrmreports.h)

[This property is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMFileManagementJob class.]

The formats of the report to generate when the job is run.

This property is read/write.

Syntax

HRESULT put_Formats(
  SAFEARRAY *formats
);

Parameters

formats

Return value

None

Remarks

The job generates the reports if ReportEnabled is VARIANT_TRUE.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header fsrmreports.h
DLL SrmSvc.dll

See also

IFsrmFileManagementJob

MSFT_FSRMFileManagementJob