Tables 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 Tables As ICollectionProperty(Of ITable)
    Get
'Usage
Dim instance As Schema
Dim value As ICollectionProperty(Of ITable)

value = instance.Tables
public ICollectionProperty<ITable> Tables { get; }
public:
virtual property ICollectionProperty<ITable^>^ Tables {
    ICollectionProperty<ITable^>^ get () sealed;
}
abstract Tables : ICollectionProperty<ITable>
override Tables : ICollectionProperty<ITable>
final function get Tables () : ICollectionProperty<ITable>

Property Value

Type: Microsoft.Data.Tools.Model..::..ICollectionProperty< (Of < ( <'ITable> ) > ) >

Implements

ISchema..::..Tables

See Also

Reference

Schema Class

Microsoft.Data.Tools.Model.Simple Namespace