IColumnSource Interface

Represents any element that will contain columns, such as ITable or IView.

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

Syntax

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

See Also

Reference

IColumnSource Members

Microsoft.Data.Schema.SchemaModel.Abstract Namespace