Share via


IMutableSchema.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 IMutableMetadataCollection(Of ITable)
    Get
'Usage
Dim instance As IMutableSchema
Dim value As IMutableMetadataCollection(Of ITable)

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

Property Value

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