ManagedComputer.ClientProtocols 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 ClientProtocol objects. Each ClientProtocol object represents a client protocol defined on the WMI installation.
public:
property Microsoft::SqlServer::Management::Smo::Wmi::ClientProtocolCollection ^ ClientProtocols { Microsoft::SqlServer::Management::Smo::Wmi::ClientProtocolCollection ^ get(); };
public Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocolCollection ClientProtocols { get; }
member this.ClientProtocols : Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocolCollection
Public ReadOnly Property ClientProtocols As ClientProtocolCollection
Property Value
A ClientProtocolCollection object that represents all the client protocols defined on the WMI installation.
Examples
Managing Services and Network Settings by Using WMI Provider