Views プロパティ
このスキーマに属するビューのコレクションを取得します。
名前空間: Microsoft.SqlServer.Management.SqlParser.Metadata
アセンブリ: Microsoft.SqlServer.Management.SqlParser (Microsoft.SqlServer.Management.SqlParser.dll)
構文
'宣言
ReadOnly Property Views As IMutableMetadataCollection(Of IView)
Get
'使用
Dim instance As IMutableSchema
Dim value As IMutableMetadataCollection(Of IView)
value = instance.Views
IMutableMetadataCollection<IView> Views { get; }
property IMutableMetadataCollection<IView^>^ Views {
IMutableMetadataCollection<IView^>^ get ();
}
abstract Views : IMutableMetadataCollection<IView>
function get Views () : IMutableMetadataCollection<IView>
プロパティ値
型: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMutableMetadataCollection< (Of < ( <'IView> ) > ) >
このスキーマに属するビューを含む IView の IMutableMetadataCollection<(Of <(<'T>)>)> です。