ServerIPAddress.Parent Property

Definition

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

Applies to