共用方式為


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 命名空間