Partager via


Propriété Tables

Gets the collection of tables that belong to this schema.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property Tables As IMutableMetadataCollection(Of ITable)
    Get
'Utilisation
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>

Valeur de propriété

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