Partager via


Propriété ManagedComputer.ConnectionSettings

Gets the connection settings for the referenced WMI installation.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Wmi
Assembly :  Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ConnectionSettings As WmiConnectionInfo 
    Get
'Utilisation
Dim instance As ManagedComputer 
Dim value As WmiConnectionInfo 

value = instance.ConnectionSettings
public WmiConnectionInfo ConnectionSettings { get; }
public:
property WmiConnectionInfo^ ConnectionSettings {
    WmiConnectionInfo^ get ();
}
member ConnectionSettings : WmiConnectionInfo
function get ConnectionSettings () : WmiConnectionInfo

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.Wmi.WmiConnectionInfo
A WmiConnectionInfo object that represents all the connection settings defined on the WMI installation.

Exemples

Gestion des services et des paramètres réseau à l'aide du fournisseur WMI

Voir aussi

Référence

ManagedComputer Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Wmi

Autres ressources

Connexion au moteur de base de données SQL Server