IMutableSchema.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 IMutableMetadataCollection(Of IView)
Get
'Usage
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>
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<IView>
The IMutableMetadataCollection<T> of IView that contains the views that belong to this schema.