ManagedComputer.ConnectionSettings 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.
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