共用方式為


ResourceLocator.FragmentPath 屬性

Session物件作業中使用ResourceLocator時,取得或設定資源片段或屬性的路徑,例如Session.GetSession.PutSession.Enumerate

這是可讀寫的屬性。

Syntax

ResourceLocator.FragmentPath

屬性值

識別資源片段或屬性的字串。 例如,如果資源是磁片磁碟機,而要求的屬性是 Manufacturer,則字串可能包含 Diskdrive/Manufacturer 。 片段文字區分大小寫。 在此情況下,您無法使用 diskdrive/manufacturer

備註

IWSManResourceLocator::FragmentPath 是對應的 C++ 屬性。

您可以藉由提供陣列索引來指定陣列屬性的一個專案,如下列範例所示。 請注意,陣列索引的開頭為 1,而不是 0。

Const Uri = "http://schemas.microsoft.com/wbem/wsman/1/wmi/root/cimv2/Win32_NetworkAdapterConfiguration"
Const FragmentPath = "DNSServerSearchOrder[1]"

若要取得整個陣列,請指定陣列屬性名稱,如下列範例所示。

Const Uri = "http://schemas.microsoft.com/wbem/wsman/1/wmi/root/cimv2/Win32_NetworkAdapterConfiguration"
Const FragmentPath = "DNSServerSearchOrder"

規格需求

需求
最低支援的用戶端
Windows Vista
最低支援的伺服器
Windows Server 2008
標頭
WSManDisp.h
Idl
WSManDisp.idl
程式庫
WSManDisp.tlb
DLL
WSMAuto.dll

另請參閱

ResourceLocator