다음을 통해 공유


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.