次の方法で共有


FsrmReportLimit 列挙 (fsrmenums.h)

レポートに含まれるファイルを制限するために使用する制限を定義します。

構文

typedef enum _FsrmReportLimit {
  FsrmReportLimit_MaxFiles = 1,
  FsrmReportLimit_MaxFileGroups = 2,
  FsrmReportLimit_MaxOwners = 3,
  FsrmReportLimit_MaxFilesPerFileGroup = 4,
  FsrmReportLimit_MaxFilesPerOwner = 5,
  FsrmReportLimit_MaxFilesPerDuplGroup = 6,
  FsrmReportLimit_MaxDuplicateGroups = 7,
  FsrmReportLimit_MaxQuotas = 8,
  FsrmReportLimit_MaxFileScreenEvents = 9,
  FsrmReportLimit_MaxPropertyValues = 10,
  FsrmReportLimit_MaxFilesPerPropertyValue = 11,
  FsrmReportLimit_MaxFolders = 12
} FsrmReportLimit;

定数

 
FsrmReportLimit_MaxFiles
値: 1
レポートには、最大ファイル数まで一覧表示されます。 すべてのレポートの種類に適用されます。
FsrmReportLimit_MaxFileGroups
値: 2
FsrmReportType_FilesByType レポートには、最大ファイル数まで一覧表示されます
グループ。
FsrmReportLimit_MaxOwners
値: 3
FsrmReportType_FilesByOwner レポートには、最大数まで一覧表示されます。
所有者。
FsrmReportLimit_MaxFilesPerFileGroup
値: 4
FsrmReportType_FilesByProperty レポートには、最大数まで一覧表示されます。
ファイル グループあたりのファイル数。
FsrmReportLimit_MaxFilesPerOwner
値: 5
FsrmReportType_FilesByOwnerレポートは、最大の数に制限されます
所有者ごとのファイル。
FsrmReportLimit_MaxFilesPerDuplGroup
値: 6
FsrmReportType_DuplicateFilesレポートには、最大数まで一覧表示されます。
重複したファイル グループごとのファイル。
FsrmReportLimit_MaxDuplicateGroups
値: 7
FsrmReportType_DuplicateFilesレポートには、最大数まで一覧表示されます。
重複したファイル グループ。
FsrmReportLimit_MaxQuotas
値: 8
FsrmReportType_QuotaUsageレポートには、最大数まで一覧表示されます。
クォータ。
FsrmReportLimit_MaxFileScreenEvents
値: 9
FsrmReportType_FileScreenAuditレポートには、最大数まで一覧表示されます。
ファイル画面のイベント。
FsrmReportLimit_MaxPropertyValues
値: 10
FsrmReportType_FilesByProperty レポートには、最大数まで一覧表示されます。
プロパティ値。
FsrmReportLimit_MaxFilesPerPropertyValue
値: 11
FsrmReportType_FilesByProperty レポートには、最大数まで一覧表示されます。
プロパティ値あたりのファイル数。
FsrmReportLimit_MaxFolders
値: 12
FsrmReportType_FolderByProperty レポートには、最大の数までの一覧が表示されます。
フォルダーの保存または名前変更。

Windows Server 2008 R2 と Windows Server 2008: このレポートの制限は、Windows Server 2012 より前はサポートされていません。

解説

IFsrmReportManager::SetReportSizeLimit メソッドを呼び出すときに limitValue パラメーターで制限の値を指定します。

要件

   
サポートされている最小のクライアント サポートなし
サポートされている最小のサーバー Windows Server 2008
Header fsrmenums.h (FsrmPipeline.h、FsrmQuota.h、FsrmReports.h、FsrmScreen.h を含む)

関連項目

FsrmReportType

IFsrmReportManager::GetReportSizeLimit

IFsrmReportManager::SetReportSizeLimit