ServerIPAddress.Parent 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.
Gets the ServerProtocol object that is the parent of the ServerIPAddress object.
public:
property Microsoft::SqlServer::Management::Smo::Wmi::ServerProtocol ^ Parent { Microsoft::SqlServer::Management::Smo::Wmi::ServerProtocol ^ get(); };
public Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol Parent { get; }
member this.Parent : Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol
Public ReadOnly Property Parent As ServerProtocol
Property Value
A ServerProtocol object that is the parent of the ServerIPAddress object
Examples
Managing Services and Network Settings by Using WMI Provider