DeleteByID在 Configuration Manager 中,Windows Management Instrumentation (WMI) 类方法删除一组最多 256 条状态消息。
以下语法从托管对象格式 (MOF) 代码中简化,并定义了 方法。
语法
UInt32 DeleteByID(
SInt64 RecordIDs[]
);
参数
RecordIDs 数据类型: SInt64 数组
限定符:[in,最大 (256) ]
要删除的状态消息记录的 ID。
返回值
指示 UInt32 删除的行数的数据类型。
要求
运行时要求
有关详细信息,请参阅Configuration Manager服务器运行时要求。
开发要求
有关详细信息,请参阅Configuration Manager服务器开发要求。