Share via


ManagedComputer.ClientProtocols Property

Definition

Represents a collection of ClientProtocol objects. Each ClientProtocol object represents a client protocol defined on the WMI installation.

public Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocolCollection ClientProtocols { get; }

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