ConnectionSettings propriété
Gets the connection settings for the referenced WMI installation.
Espace de noms : Microsoft.SqlServer.Management.Smo.Wmi
Assembly : Microsoft.SqlServer.SqlWmiManagement (dans 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 la propriété
Type : Microsoft.SqlServer.Management.Smo.Wmi. . :: . .WmiConnectionInfo
A WmiConnectionInfo object that represents all the connection settings defined on the WMI installation.
Voir aussi