Configuration ManagerClose中的 Windows Management Instrumentation (WMI) 类方法推迟警报。
以下语法从托管对象格式 (MOF) 代码中简化,并定义了 方法。
语法
sint32 Close(
     string Comments,
     datetime SkipUntil
);
参数
              Comments 数据类型: String
限定 符: [in, optional]
管理员为推迟作提供的注释。
              SkipUntil 数据类型: DateTime
限定 符: [out, optional]
在指定时间之前不要开始评估。
返回值
一个 SInt32 数据类型,为 0 表示成功,非零表示失败。
有关处理返回的错误的详细信息,请参阅关于Configuration Manager错误。
要求
运行时要求
有关详细信息,请参阅Configuration Manager服务器运行时要求。
开发要求
有关详细信息,请参阅Configuration Manager服务器开发要求。