ServerInstance.ServerProtocols Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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