Win32_RDMSVirtualDesktopCollection 類別的 SetInt32Property 方法

更新虛擬桌面集合的整數屬性。

語法

uint32 SetInt32Property(
  [in] string Key,
  [in] sint32 Value
);

參數

機碼 [in]

識別要更新之屬性的索引鍵。

[in]

新的屬性值。

傳回值

在成功時傳回 0,否則會傳回 WMI 錯誤碼。

規格需求

需求
最低支援的用戶端
都不支援
最低支援的伺服器
Windows Server 2012
命名空間
Root\CIMv2\rdms
MOF
RDManagement.mof
DLL
RDMS.dll

另請參閱

Win32_RDMSVirtualDesktopCollection