Compartir a través de


ConnectionSettings Propiedad

Gets the connection settings for the referenced WMI installation.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado:  Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)

Sintaxis

'Declaración
Public ReadOnly Property ConnectionSettings As WmiConnectionInfo
    Get
'Uso
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

Valor de la propiedad

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