Partilhar via


Propriedade do RDL Tables

Gets the collection of tables that belong to this schema.

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

Sintaxe

'Declaração
ReadOnly Property Tables As IMutableMetadataCollection(Of ITable)
    Get
'Uso
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>

Valor da propriedade

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