IIndex.Parent Property

 

Applies To: SQL Server 2016 Preview

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

ITabular Parent { get; }
property ITabular^ Parent {
    ITabular^ get();
}
abstract Parent : ITabular with get
ReadOnly Property Parent As ITabular

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.ITabular

The ITabular object that is the parent of this object.

See Also

IIndex Interface
Microsoft.SqlServer.Management.SqlParser.Metadata Namespace

Return to top