类SMS_DriverPackage中的 AddDistributionPoints 方法

Configuration Manager AddDistributionPoints 中的 Windows Management Instrumentation (WMI) 类方法添加了驱动程序包的分发点。

注意

方法 AddDistributionPoints 允许将分发点列表添加到包。

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

语法

SInt32 AddDistributionPoints(  
      String SiteCode[],  
      String NALPath[]  
);  

参数

SiteCode
数据类型: String 数组

限定符:[in]

要向其添加分发点的站点的代码。

NALPath
数据类型: String 数组

限定符:[in]

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

返回值

一个 SInt32 数据类型,为 0 表示成功,非零表示失败。

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

备注

使用此方法时,无需刷新分发点。

要求

运行时要求

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

开发要求

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

另请参阅

SMS_DriverPackage服务器 WMI 类