ServerProtocol.IPAddresses 属性

定义

表示 ServerIPAddress 对象集合。 每个 ServerIPAddress 对象都表示在服务器协议中定义的一个 IP 地址。

public:
 property Microsoft::SqlServer::Management::Smo::Wmi::ServerIPAddressCollection ^ IPAddresses { Microsoft::SqlServer::Management::Smo::Wmi::ServerIPAddressCollection ^ get(); };
public Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddressCollection IPAddresses { get; }
member this.IPAddresses : Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddressCollection
Public ReadOnly Property IPAddresses As ServerIPAddressCollection

属性值

一个 ServerIPAddressCollection 对象,该对象表示在服务器协议中定义的所有 IP 地址。

示例

使用 WMI 提供程序管理服务和网络设置

适用于