ISchema.Views Property
Gets the collection of views that belong to this schema.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property Views As IMetadataCollection(Of IView)
Get
'Usage
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>
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<IView>
The IMetadataCollection<T> of IView that contains the views that belong to this schema.