次の方法で共有


CIM_PortOnDevice クラス

ポートまたは接続ポイントとデバイスの間の関連付けを表します。

構文

[Association, Abstract, Version("2.8.0"), UMLPackagePath("CIM::Device::Ports"), AMENDMENT]
class CIM_PortOnDevice : CIM_HostedDependency
{
  CIM_LogicalDevice REF Antecedent;
  CIM_LogicalPort   REF Dependent;
};

メンバー

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

プロパティ

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

先行

データ型: CIM_LogicalDevice

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

修飾子: オーバーライド ("Antecedent")

ポートを含むデバイス。

依存型

データ型: CIM_LogicalPort

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

修飾子: オーバーライド ("Dependent")

デバイス上のポート。

要件

要件
サポートされている最小のクライアント
Windows 8
サポートされている最小のサーバー
Windows Server 2012
名前空間
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
[DLL]
Vmms.exe

こちらもご覧ください

CIM_HostedDependency