ManagedComputer.ConnectionSettings Property

Definition

Gets the connection settings for the referenced WMI installation.

public:
 property Microsoft::SqlServer::Management::Smo::Wmi::WmiConnectionInfo ^ ConnectionSettings { Microsoft::SqlServer::Management::Smo::Wmi::WmiConnectionInfo ^ get(); };
public Microsoft.SqlServer.Management.Smo.Wmi.WmiConnectionInfo ConnectionSettings { get; }
member this.ConnectionSettings : Microsoft.SqlServer.Management.Smo.Wmi.WmiConnectionInfo
Public ReadOnly Property ConnectionSettings As WmiConnectionInfo

Property Value

A WmiConnectionInfo object that represents all the connection settings defined on the WMI installation.

Examples

Managing Services and Network Settings by Using WMI Provider

Applies to