Compartilhar via


Propriedade ConnectionSettings

Gets the connection settings for the referenced WMI installation.

Namespace:  Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (em Microsoft.SqlServer.SqlWmiManagement.dll)

Sintaxe

'Declaração
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 da propriedade

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