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 IMutableMetadataCollection(Of ITable)
    Get
用法
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>

属性值

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