次の方法で共有


CIM_BindsToLANEndpoint クラス

CIM_ServiceAccessPointまたはCIM_ProtocolEndpoint オブジェクトが、同じシステム上の基になるCIM_LANEndpoint オブジェクトに依存する関連付けを表します。

構文

[Association, Abstract, Version("2.6.0"), UMLPackagePath("CIM::Network::ProtocolEndpoints"), AMENDMENT]
class CIM_BindsToLANEndpoint : CIM_BindsTo
{
  CIM_LANEndpoint        REF Antecedent;
  CIM_ServiceAccessPoint REF Dependent;
  uint16                     FrameType;
};

メンバー

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

プロパティ

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

先行

データ型: CIM_LANEndpoint

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

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

基になる CIM_LANEndpoint オブジェクト。

依存型

データ型: CIM_ServiceAccessPoint

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

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

CIM_LANEndpointに依存するCIM_ServiceAccessPointオブジェクトまたはCIM_ProtocolEndpoint オブジェクト。

FrameType

データ型: uint16

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

上位層サービス アクセス ポイントまたはプロトコル エンドポイントのフレーミング方法。

注意

Raw802.3 は、IPX プロトコルでのみ使用することが知られています。

不明 (0)

イーサネット (1)

802.2 (2)

SNAP (3)

Raw802.3 (4)

要件

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

関連項目

CIM_BindsTo