共用方式為


SMSDistributionPointInfo 類別的 GetChainedPullDPs 方法

GetChainedPullDPs Configuration Manager 中,Windows Management Instrumentation (WMI) 類別方法可確保在指派來源發佈點時,不會產生循環鏈結。 (如果發佈點 1 是發佈點 2 的來源,而發佈點 2 是發佈點 3 的來源,則發佈點 3 不能是發佈點 1) 的來源。

下列語法是從受控物件格式 (MOF) 程式代碼中簡化,並定義方法。

語法

sint32 GetChainedPullDPs(  
     string SourceDPNALPath,  
     string ChainedDPs[]  
);  

參數

SourceDPNALPath
資料類型:String

限定 符: [in]

來源發佈點 NAL 路徑。

ChainedDPs
數據類型: String 陣列

限定 符: [out]

鏈結的發佈點陣列。

傳回值

數據 SInt32 類型,為 0 表示成功或非零表示失敗。

如需處理傳回錯誤的詳細資訊,請參閱關於 Configuration Manager 錯誤

需求

運行時間需求

如需詳細資訊,請參閱 Configuration Manager 伺服器運行時間需求。

開發需求

如需詳細資訊,請參閱 Configuration Manager 伺服器開發需求。

另請參閱

SMS_Application伺服器 WMI 類別