ServerInstance.ServerProtocols 属性

定义

表示 ServerProtocol 对象集合。 每个 ServerProtocol 对象都表示在 Microsoft Management Instrumentation (WMI) 安装上定义的服务器协议。

public:
 property Microsoft::SqlServer::Management::Smo::Wmi::ServerProtocolCollection ^ ServerProtocols { Microsoft::SqlServer::Management::Smo::Wmi::ServerProtocolCollection ^ get(); };
public Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocolCollection ServerProtocols { get; }
member this.ServerProtocols : Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocolCollection
Public ReadOnly Property ServerProtocols As ServerProtocolCollection

属性值

一个 ServerProtocolCollection 对象,该对象表示在 WMI 安装中定义的所有服务器协议。

示例

使用 WMI 提供程序管理服务和网络设置

适用于