Views 屬性
Gets the collection of views that belong to this schema.
命名空間: 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> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of IView that contains the views that belong to this schema.