Partilhar via


Método TSqlObject.GetParent

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.

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
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 de retorno

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

Consulte também

Referência

TSqlObject Classe

Sobrecarregado GetParent

Namespace Microsoft.SqlServer.Dac.Model