ManagedComputer.ClientProtocols Property

Definition

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

Applies to

See also