共用方式為


MSFC_NPIVLUNMappingInformation WMI 類別

WMI 用戶端會使用 MSFC_LUNMappingInformation 類別來擷取 LUN 到虛擬埠對應資訊。

MSFC_NPIVLUNMappingInformation 類別的定義如下 :Npivwmi.mof

class MSFC_NPIVLUNMappingInformation  
{  
    [WmiDataId(1), Description("The world wide port name of the virtual port"):Amended]  
     uint8 WWPNVirtualPort[8];  
  
    [WmiDataId(2), Description("The world wide port name of the physical port"):Amended]  
    uint8 WWPNPhysicalPort[8];  
  
    [WmiDataId(3),  
    read  
    ] uint8 OSBus;  
  
    [WmiDataId(4),  
    read  
    ] uint8 OSTarget;  
  
    [WmiDataId(5),  
    read  
    ] uint8 OSLUN;  
};  

由 WMI 工具套件編譯時,此類別定義會產生下列數據結構:

MSFC_NPIVLUNMappingInformation

沒有與這個 WMI 類別相關聯的方法。