次の方法で共有


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]

ボリューム パス。

Volume [in]

ボリューム、MSFT_Volume オブジェクト。

FileStorageTier [out]

階層情報、MSFT_FileStorageTier オブジェクトの配列。

解説

ファイル ストレージ層を指定するために必要な入力パラメーターは 1 つだけです。

要件

要件 Value
サポートされている最小のクライアント Windows 8.1 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2012 R2 [デスクトップ アプリのみ]
名前空間 Root\Microsoft\Windows\Storage
MOF Storagewmi.mof

関連項目

MSFT_FileStorageTier