WmiSmoObject.SetParentImpl(WmiSmoObject) Method

Definition

Sets the parent of the referenced object.

protected public:
 void SetParentImpl(Microsoft::SqlServer::Management::Smo::Wmi::WmiSmoObject ^ newParent);
protected internal void SetParentImpl (Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject newParent);
member this.SetParentImpl : Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject -> unit
Protected Friend Sub SetParentImpl (newParent As WmiSmoObject)

Parameters

newParent
WmiSmoObject

A WmiSmoObject that is the parent of the referenced object.

Examples

Managing Services and Network Settings by Using WMI Provider

Applies to