IColumn Interface

Represents a column and defines a surrogate relationship to IType through ITypeSpecifier.

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

Syntax

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

See Also

Reference

IColumn Members

Microsoft.Data.Schema.SchemaModel.Abstract Namespace