Win32_RDSHCollection 类的 KeyValueCompareAndSet 方法
将集合中的指定键与 compareand 进行比较;如果匹配,则键设置为新值。 如果该键不存在,该方法会将键插入集合中。
语法
uint32 KeyValueCompareAndSet(
[in] string Key,
[in] string NewValue,
[in] string Comparand,
[out] string InitialValue
);
parameters
-
键 [in]
-
要比较的键。
-
NewValue [in]
-
新值。
-
比较和 [in]
-
要比较键的字符串。
-
InitialValue [out]
-
成功或失败时,包含密钥的初始值。
注解
请注意,此方法可以检索键的值,例如封装 KeyValueGet 的功能。
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
无受支持的版本 |
最低受支持的服务器 |
Windows Server 2016 |
命名空间 |
Root\cimv2\rdms |
MOF |
|
DLL |
|