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