ManagedComputer.ClientProtocols Property
Represents a collection of ClientProtocol objects. Each ClientProtocol object represents a client protocol defined on the WMI installation.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)
Syntax
'Declaration
Public ReadOnly Property ClientProtocols As ClientProtocolCollection
Get
'Usage
Dim instance As ManagedComputer
Dim value As ClientProtocolCollection
value = instance.ClientProtocols
public ClientProtocolCollection ClientProtocols { get; }
public:
property ClientProtocolCollection^ ClientProtocols {
ClientProtocolCollection^ get ();
}
member ClientProtocols : ClientProtocolCollection
function get ClientProtocols () : ClientProtocolCollection
Property Value
Type: Microsoft.SqlServer.Management.Smo.Wmi.ClientProtocolCollection
A ClientProtocolCollection object that represents all the client protocols defined on the WMI installation.
Examples
Managing Services and Network Settings by Using WMI Provider
See Also
Reference
Microsoft.SqlServer.Management.Smo.Wmi Namespace