共用方式為


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.