Metodo WmiSmoObject.SetParentImpl
Sets the parent of the referenced object.
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)
Sintassi
'Dichiarazione
Protected Friend Sub SetParentImpl ( _
newParent As WmiSmoObject _
)
'Utilizzo
Dim newParent As WmiSmoObject
Me.SetParentImpl(newParent)
protected internal void SetParentImpl(
WmiSmoObject newParent
)
protected public:
void SetParentImpl(
WmiSmoObject^ newParent
)
member SetParentImpl :
newParent:WmiSmoObject -> unit
function SetParentImpl(
newParent : WmiSmoObject
)
Parametri
- newParent
Tipo: Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject
A WmiSmoObject that is the parent of the referenced object.
Esempi
Gestione di servizi e di impostazioni di rete tramite il provider WMI
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Wmi