Поделиться через


Свойство ServerIPAddress.IPAddressProperties

Represents a collection of IPAddressProperty objects. Each IPAddressProperty object represents an attribute of the IP address.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Wmi
Сборка:  Microsoft.SqlServer.SqlWmiManagement (в Microsoft.SqlServer.SqlWmiManagement.dll)

Синтаксис

'Декларация
Public ReadOnly Property IPAddressProperties As IPAddressPropertyCollection 
    Get
'Применение
Dim instance As ServerIPAddress 
Dim value As IPAddressPropertyCollection 

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

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo.Wmi.IPAddressPropertyCollection
An IPAddressPropertyCollection object that represents all the attributes of the IP address.

Примеры

Управление службами и сетевыми настройками с помощью поставщика WMI

См. также

Справочник

ServerIPAddress Класс

Пространство имен Microsoft.SqlServer.Management.Smo.Wmi

Другие ресурсы

WMI and SQL Server

Соединение с компонентом SQL Server Database Engine