ServerProtocol.IPAddresses Property

Definition

Represents a collection of ServerIPAddress objects. Each ServerIPAddress object represents an IP address defined on the server protocol.

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

Property Value

An ServerIPAddressCollection object that represents all the IP addresses defined on the server protocol.

Examples

Managing Services and Network Settings by Using WMI Provider

Applies to