Compartir a través de


SqlSmoObject.SetParentImpl Método

Sets the parent of the SqlSmoObject to the newParent parameter.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Protected Friend Sub SetParentImpl ( _
    newParent As SqlSmoObject _
)
'Uso
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
)

Parámetros

Vea también

Referencia

SqlSmoObject Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo