类SMS_Collection中的 VerifyNoCircularDependencies 方法
在 Configuration Manager 中,VerifyNoCircularDependencies
Windows Management Instrumentation (WMI) 类方法采用两个集合作为参数,并验证如果一个集合是另一个集合的父集合,则不会形成循环依赖项。
以下语法从托管对象格式 (MOF) 代码中简化,旨在显示方法的定义。
语法
sint32 VerifyNoCircularDependencies(
SMS_Collection ref parentCollection,
SMS_Collection ref subCollection,
boolean Result);
参数
parentCollection
数据类型ref:SMS_Collection
限定符:[in]
对父集合 的 SMS_Collection 服务器 WMI 类 对象路径的引用。
subCollection
数据类型ref:SMS_Collection
限定符:[in]
对子集合 SMS_Collection服务器 WMI 类 对象路径的引用。
Result
数据类型Boolean
限定符:[out]
如果没有循环依赖项,则为 true;如果存在循环依赖项,则为 false。
返回值
一个 SInt32
数据类型,为 0 表示成功,非零表示失败。
有关处理返回的错误的详细信息,请参阅关于Configuration Manager错误。
要求
运行时要求
有关详细信息,请参阅Configuration Manager服务器运行时要求。
开发要求
有关详细信息,请参阅Configuration Manager服务器开发要求。