MsSna_LinkService 类

抽象 MsSna_LinkService 类表示 SNA 链接服务。

以下语法通过 MOF 代码简化。

语法

  
class MsSna_LinkService   
{  
   String Name;  
   String DllName;  
   Boolean IsRemotable;  
   String Title;  
   String DriverName;  
   uint32 Type;  
}  

性能

名称
数据类型: 字符串 限定符: MaxLen(8) 访问类型:Read-Only

包含链接服务名称的US_ASCII字符串。 将为新链接服务自动分配名称。

DllName
数据类型: 字符串访问类型:Read-Only

实现链接服务的 .dll 的名称。

IsRemotable
数据类型: 布尔访问类型:读/写

如果 可从远程节点使用链接服务,则为 true;否则为 false

标题
数据类型: 字符串限定符: MaxLen(255) 访问类型:读/写

链接服务的标题,最长为 128 个符号。

DriverName
数据类型: 字符串 访问类型:Read-Only

与链接服务关联的设备驱动程序。

类型
数据类型: uint32 访问类型:Read-Only

链接服务的类型。 下表描述了 Type 的可能值。

价值 含义
3 SDLC
4 X25
10 DFT
11 DLC8022
31 TWINAX
32 渠道
35 IPDLC

要求

Windows Server 2022、Windows Server 2019、Windows Server 2016、Windows 11 和 Windows 10

另请参阅

WmiSnaLinkServiceMS WMI 提供程序类
管理和管理程序员指南