次の方法で共有


Views プロパティ

このスキーマに属するビューのコレクションを取得します。

名前空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
アセンブリ:  Microsoft.SqlServer.Management.SqlParser (Microsoft.SqlServer.Management.SqlParser.dll)

構文

'宣言
ReadOnly Property Views As IMetadataCollection(Of IView)
    Get
'使用
Dim instance As ISchema
Dim value As IMetadataCollection(Of IView)

value = instance.Views
IMetadataCollection<IView> Views { get; }
property IMetadataCollection<IView^>^ Views {
    IMetadataCollection<IView^>^ get ();
}
abstract Views : IMetadataCollection<IView>
function get Views () : IMetadataCollection<IView>

プロパティ値

型: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'IView> ) > ) >
このスキーマに属するビューを含む IViewIMetadataCollection<(Of <(<'T>)>)> です。