ServerInstance.ServerProtocols Property

Definition

Represents a collection of ServerProtocol objects. Each ServerProtocol object represents a server protocol defined on the Microsoft Management Instrumentation (WMI) installation.

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

Property Value

A ServerProtocolCollection object that represents all the server protocols defined on the WMI installation.

Examples

Managing Services and Network Settings by Using WMI Provider

Applies to