类SMS_DistributionPoint中的 SetDPMaintenanceMode 方法

SetDPMaintenanceMode Configuration Manager 中的 WMI 类方法在维护模式下设置分发点。 有关详细信息,请参阅 维护模式

以下语法从托管对象格式 (MOF) 代码中简化,并定义了 方法。

语法

uint32 SetDPMaintenanceMode(
    [in] string NALPath,
    [in] uint32 Mode
);

参数

NALPath

数据类型String

限定 符: [in]

网络抽象层 (NAL) 分发点服务器的路径。

Mode

数据类型uint32

限定 符: [in]

1 若要启用维护模式,则 0

返回值

指示 uint32 成功的数据类型 0 。 非零小时数表示失败。

有关处理返回的错误的详细信息,请参阅关于Configuration Manager错误

要求

运行时要求

有关详细信息,请参阅Configuration Manager服务器运行时要求

开发要求

有关详细信息,请参阅Configuration Manager服务器开发要求

另请参阅

SMS_DistributionPointInfo 服务器 WMI 类