IColumn.Parent Property
Gets the ITabular object that is the parent of this object.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property Parent As ITabular
Get
'Usage
Dim instance As IColumn
Dim value As ITabular
value = instance.Parent
ITabular Parent { get; }
property ITabular^ Parent {
ITabular^ get ();
}
abstract Parent : ITabular
function get Parent () : ITabular
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.ITabular
The ITabular object that is the parent of this object.