Свойство Tables
Gets the collection of tables that belong to this schema.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property Tables As IMetadataCollection(Of ITable)
Get
'Применение
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>
Значение свойства
Тип: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'ITable> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of ITable that contains the tables that belong to this schema.
См. также