Share via


Table Property

Gets {insert text here}.

Namespace:  Microsoft.Data.Tools.Model.Relational
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
ReadOnly Property Table As ITable
    Get
'Usage
Dim instance As IColumn
Dim value As ITable

value = instance.Table
ITable Table { get; }
property ITable^ Table {
    ITable^ get ();
}
abstract Table : ITable
function get Table () : ITable

Property Value

Type: Microsoft.Data.Tools.Model.Relational..::..ITable

See Also

Reference

IColumn Interface

Microsoft.Data.Tools.Model.Relational Namespace