ServerProtocol.Parent Property

Definition

Gets the ManagedComputer object that is the parent of the ServerProtocol object.

public:
 property Microsoft::SqlServer::Management::Smo::Wmi::ServerInstance ^ Parent { Microsoft::SqlServer::Management::Smo::Wmi::ServerInstance ^ get(); };
public Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance Parent { get; }
member this.Parent : Microsoft.SqlServer.Management.Smo.Wmi.ServerInstance
Public ReadOnly Property Parent As ServerInstance

Property Value

A ManagedComputer object that is the parent of the ServerProtocol object.

Examples

Managing Services and Network Settings by Using WMI Provider

Applies to