Tables プロパティ
このスキーマに属するテーブルのコレクションを取得します。
名前空間: 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> ) > ) >
このスキーマに属するテーブルを含む ITable の IMetadataCollection<(Of <(<'T>)>)> です。