Share via


IMutableSchema.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<ITable>
The collection of tables that belong to this schema.

참고 항목

참조

IMutableSchema 인터페이스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스