Freigeben über


Tables-Eigenschaft

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>

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'ITable> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of ITable that contains the tables that belong to this schema.