ServerProtocol.IPAddresses Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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