Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.