Win32_SystemBootConfiguration クラス

Win32_SystemBootConfiguration関連付け WMI クラスは、コンピューター システムとそのブート構成を関連付けます。

次の構文はマネージド オブジェクト フォーマット (MOF) のコードを単純化したもので、すべての継承されたプロパティを含みます。 プロパティとメソッドは、MOF の順序ではなく、アルファベット順です。

構文

[Dynamic, Provider("CIMWin32"), UUID("{8502C507-5FBB-11D2-AAC1-006008C78BC7}"), AMENDMENT]
class Win32_SystemBootConfiguration : Win32_SystemSetting
{
  Win32_ComputerSystem    REF Element;
  Win32_BootConfiguration REF Setting;
};

メンバー

Win32_SystemBootConfiguration クラスには、次の種類のメンバーがあります。

プロパティ

Win32_SystemBootConfiguration クラスには、これらのプロパティがあります。

要素

データ型: Win32_ComputerSystem

アクセスの種類: 読み取り専用

修飾子: オーバーライド ("Element")、 MappingStrings ("WMI|Win32_ComputerSystem")

ブート構成を使用したコンピューター システムを表すインスタンスへの参照。

設定

データ型: Win32_BootConfiguration

アクセスの種類: 読み取り専用

修飾子: オーバーライド ("Setting")、 MappingStrings ("WMI|Win32_BootConfiguration")

コンピューター システムのブート構成を表す インスタンスへの参照。

注釈

Win32_SystemBootConfiguration クラスは、Win32_SystemSettingから派生します。

要件

要件
サポートされている最小のクライアント
Windows Vista
サポートされている最小のサーバー
Windows Server 2008
名前空間
Root\CIMV2
MOF
CIMWin32.mof
[DLL]
CIMWin32.dll

こちらもご覧ください

Win32_SystemSetting

オペレーティング システム クラス