Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the parent of the SqlSmoObject to the newParent parameter.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Friend Sub SetParentImpl ( _
newParent As SqlSmoObject _
)
'Usage
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
)
Parameters
- newParent
Type: Microsoft.SqlServer.Management.Smo.SqlSmoObject
A SqlSmoObject object.