Compartir a través de


TSqlObject.GetParent Método

Returns the parent TSqlObject, if it is within the Default scope and if there is only one TSqlObject that could be the parent for this object.

Espacio de nombres:  Microsoft.SqlServer.Dac.Model
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public Function GetParent As TSqlObject
'Uso
Dim instance As TSqlObject 
Dim returnValue As TSqlObject 

returnValue = instance.GetParent()
public TSqlObject GetParent()
public:
TSqlObject^ GetParent()
member GetParent : unit -> TSqlObject
public function GetParent() : TSqlObject

Valor devuelto

Tipo: Microsoft.SqlServer.Dac.Model.TSqlObject
Parent object others null.

Vea también

Referencia

TSqlObject Clase

Sobrecarga de GetParent

Espacio de nombres Microsoft.SqlServer.Dac.Model