Table Property
Gets {insert text here}.
Namespace: Microsoft.Data.Tools.Model.Simple
Assembly: Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)
Syntax
'Declaration
Public ReadOnly Property Table As ITable
Get
'Usage
Dim instance As Column
Dim value As ITable
value = instance.Table
public ITable Table { get; }
public:
virtual property ITable^ Table {
ITable^ get () sealed;
}
abstract Table : ITable
override Table : ITable
final function get Table () : ITable
Property Value
Type: Microsoft.Data.Tools.Model.Relational..::..ITable