Freigeben über


TSqlObject.GetParent-Methode

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 (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public Function GetParent As TSqlObject
'Usage
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

Rückgabewert

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

Siehe auch

Verweis

TSqlObject Klasse

GetParent-Überladung

Microsoft.SqlServer.Dac.Model-Namespace