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 IMetadataCollection(Of ITable)
Get
'Uso
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>
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'ITable> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of ITable that contains the tables that belong to this schema.
Consulte também