Share via


SetParentImpl 方法

SqlSmoObject 的父级设置为 newParent 参数。

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Protected Friend Sub SetParentImpl ( _
    newParent As SqlSmoObject _
)
用法
Dim newParent As SqlSmoObject

Me.SetParentImpl(newParent)
protected internal void SetParentImpl(
    SqlSmoObject newParent
)
protected public:
void SetParentImpl(
    SqlSmoObject^ newParent
)
member SetParentImpl : 
        newParent:SqlSmoObject -> unit 
 function SetParentImpl(
    newParent : SqlSmoObject
)

参数