ServerIPAddress.IPAddressProperties 属性

定义

表示 IPAddressProperty 对象集合。 每个 IPAddressProperty 对象都表示 IP 地址的一个属性。

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

属性值

一个 IPAddressPropertyCollection 对象,该对象表示 IP 地址的所有属性。

示例

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

适用于