共用方式為


SetParentImpl 方法

Sets the parent of the referenced object.

命名空間:  Microsoft.SqlServer.Management.Smo.Wmi
組件:  Microsoft.SqlServer.SqlWmiManagement (在 Microsoft.SqlServer.SqlWmiManagement.dll 中)

語法

'宣告
Protected Friend Sub SetParentImpl ( _
    newParent As WmiSmoObject _
)
'用途
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
)

參數