CIM_ReferencedProfile 類別

用來將實例 CIM_RegisteredProfile 與另一個設定檔 CIM_RegisteredProfile 實例產生關聯,該實例會將相依設定檔參考為相關設定檔。

重要

DMTF (Distributed Management Task Force) CIM (Common Information Model) 類別是 WMI 類別所建置的父類別。 WMI 目前僅支援 CIM 2.x 版本架構

下列語法已從受管理物件格式 (MOF) 程式碼加以簡化,並包含所有繼承的屬性。

語法

[Association, Version("2.8.0"), UMLPackagePath("CIM::Interop"), AMENDMENT]
class CIM_ReferencedProfile : CIM_Dependency
{
  CIM_RegisteredProfile REF Antecedent;
  CIM_RegisteredProfile REF Dependent;
};

成員

CIM_ReferencedProfile類別具有下列類型的成員:

屬性

CIM_ReferencedProfile類別具有這些屬性。

先行

資料類型: CIM_RegisteredProfile

存取類型:唯讀

指定相依設定檔所參考的CIM_RegisteredProfile實例。

相依

資料類型: CIM_RegisteredProfile

存取類型:唯讀

指定參考其他設定檔 的CIM_RegisteredProfile 實例。

備註

定義在CIM_ReferencedProfile關聯中使用DependentAntecedent屬性,以便參考的設定檔是前項,而執行參考的設定檔則是相依的設定檔。

本檔衍生自 DMTF 所發佈的 CIM 類別描述。 Microsoft 可能已變更更正次要錯誤、符合 Microsoft SDK 檔標準,或提供詳細資訊。

規格需求

需求
最低支援的用戶端
Windows 7
最低支援的伺服器
Windows Server 2008 R2
命名空間
Root\Interop
MOF
Interop.mof

另請參閱

CIM_Dependency