WmiSmoObject.SetParentImpl(WmiSmoObject) Method
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.
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