MSFT_FileStorageTier 类的 Get 方法
获取固定文件的层信息。
语法
UInt32 Get(
[in] String FilePath,
[in] Char16 VolumeDriveLetter,
[in] String VolumePath,
[in] String Volume,
[out] String FileStorageTier[]
);
参数
FilePath [in]
文件的路径。
VolumeDriveLetter [in]
标识文件所在的驱动器的驱动器号。
VolumePath [in]
卷路径。
卷 [in]
卷, MSFT_Volume 对象。
FileStorageTier [out]
层信息, MSFT_FileStorageTier 对象数组。
注解
只需一个输入参数即可指定文件存储层。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8.1 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2012 R2 [仅限桌面应用] |
命名空间 | Root\Microsoft\Windows\Storage |
MOF | Storagewmi.mof |