类SMS_Collection中的 GetNumResults 方法
GetNumResults
Configuration Manager 中的 Windows Management Instrumentation (WMI) 类方法获取集合中所有成员(不包括子集合)的计数。
以下语法从托管对象格式 (MOF) 代码中简化,并定义了 方法。
语法
SInt32 GetNumResults(
ref:SMS_Collection Collection,
UInt32 Result
);
参数
Collection
数据类型ref:SMS_Collection
限定符:[in]
集合 ID 或集合的对象路径。 集合 ID 是 SMS_Collection 服务器 WMI 类的 属性的值CollectionID
。
Result
数据类型UInt32
限定符:[out]
集合成员数。
返回值
一个 SInt32
数据类型,为 0 表示成功,非零表示失败。
有关处理返回的错误的详细信息,请参阅关于Configuration Manager错误。
要求
运行时要求
有关详细信息,请参阅Configuration Manager服务器运行时要求。
开发要求
有关详细信息,请参阅Configuration Manager服务器开发要求。