Share via


ISchema.Tables Property

Gets the collection of tables that belong to this schema.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property Tables As IMetadataCollection(Of ITable)
    Get
'Usage
Dim instance As ISchema
Dim value As IMetadataCollection(Of ITable)

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

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<ITable>
The IMetadataCollection<T> of ITable that contains the tables that belong to this schema.