類別SMS_Collection中的 FindResourceSite 方法

Configuration Manager FindResourceSite 中的 Windows Management Instrumentation (WMI) 類別方法會取得資源的月臺碼資訊。

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

語法

sint32 FindResourceSite(  
        boolean IncludeSubCollections = false,   
        string SiteCode[],  
        uint32 ResourceNumber[]  
);  

參數

IncludeSubCollections
資料類型:Boolean

限定詞:[in, optional, deprecated]

如果子集合也標示為評估,則為 true。 如果此參數設定為 false,則不會包含子集合。 如果未指定,此值預設為 false。

SiteCode[]
資料類型: String 陣列

限定詞:[out]

與資源相關聯之月臺的月臺碼。

ResourceNumber
資料類型: UInt32 陣列

限定詞:[out]

Configuration Manager提供可唯一識別用戶端資源的識別碼。

傳回值

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

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

需求

執行時間需求

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

開發需求

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

另請參閱

SMS_Collection伺服器 WMI 類別
SMS_Site伺服器 WMI 類別