TSqlObject.GetParent Method
Include Protected Members
Include Inherited Members
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.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
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. | |
GetParent(DacQueryScopes) | Returns the parent TSqlObject, if it is within the specified DacQueryScopes scope and if there is only one TSqlObject that could be the parent for this object. |
Top