Partager via


Méthode 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.

Espace de noms :  Microsoft.SqlServer.Dac.Model
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public Function GetParent As TSqlObject
'Utilisation
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

Valeur de retour

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

Voir aussi

Référence

TSqlObject Classe

Surcharge GetParent

Espace de noms Microsoft.SqlServer.Dac.Model