Share via


IView Interface

Represents the view element.

Namespace:  Microsoft.Data.Schema.SchemaModel.Abstract
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Interface IView _
    Inherits IColumnSource, IModelElement, IModelPropertyContainer, IModelEntity,  _
    IModelAnnotationHolder
'Usage
Dim instance As IView
public interface IView : IColumnSource, IModelElement, 
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class IView : IColumnSource, 
    IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface IView extends IColumnSource, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
[<AbstractClassAttribute>]
type IView =  
    interface
        interface IColumnSource
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end

See Also

Reference

IView Members

Microsoft.Data.Schema.SchemaModel.Abstract Namespace