Megosztás:


TSqlObject.GetParent Method

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

Return Value

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

See Also

Reference

TSqlObject Class

GetParent Overload

Microsoft.SqlServer.Dac.Model Namespace