Share via


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

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

Property Value

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

See Also

Reference

ISchema Interface

Microsoft.Data.Tools.Model.Relational Namespace