Свойство ManagedComputer.ConnectionSettings
Gets the connection settings for the referenced WMI installation.
Пространство имен: Microsoft.SqlServer.Management.Smo.Wmi
Сборка: Microsoft.SqlServer.SqlWmiManagement (в Microsoft.SqlServer.SqlWmiManagement.dll)
Синтаксис
'Декларация
Public ReadOnly Property ConnectionSettings As WmiConnectionInfo
Get
'Применение
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
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo.Wmi.WmiConnectionInfo
A WmiConnectionInfo object that represents all the connection settings defined on the WMI installation.
Примеры
Управление службами и сетевыми настройками с помощью поставщика WMI
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo.Wmi