Condividi tramite


Metodo 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.

Spazio dei nomi  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Sintassi

'Dichiarazione
Public Function GetParent As TSqlObject
'Utilizzo
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

Valore restituito

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

Vedere anche

Riferimento

TSqlObject Classe

Overload GetParent

Spazio dei nomi Microsoft.SqlServer.Dac.Model