ServerIPAddress.IPAddressProperties 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 IPAddressProperty objects. Each IPAddressProperty object represents an attribute of the IP address.
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
Property Value
An IPAddressPropertyCollection object that represents all the attributes of the IP address.
Examples
Managing Services and Network Settings by Using WMI Provider