SqlSmoObject.SetParentImpl 方法

Sets the parent of the SqlSmoObject to the newParent parameter.

命名空间:  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
)

参数

请参阅

参考

SqlSmoObject 类

Microsoft.SqlServer.Management.Smo 命名空间