MSFT_Volume 类的 GetAttributes 方法

检索卷属性。

只能检索一个属性。

语法

UInt32 GetAttributes(
  [out] Boolean VolumeScrubEnabled
);

参数

VolumeScrubEnabled [out]

指示自动数据完整性扫描程序是否应清理文件。

如果此卷上的文件将被清理,则为 TRUE;否则为 FALSE

返回值

成功 (0)

不支持 (1)

未指定的错误 (2)

超时 (3)

失败 (4)

参数 (5) 无效

要求

要求
最低受支持的客户端 Windows 8 [仅限桌面应用]
最低受支持的服务器 Windows Server 2012 [仅限桌面应用]
命名空间 Root\Microsoft\Windows\Storage
MOF Storagewmi.mof

另请参阅

MSFT_Volume