ITable Interface

Represents the table element.

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

Syntax

'Declaration
Public Interface ITable _
    Inherits IColumnSource, IModelElement, IModelPropertyContainer, IModelEntity,  _
    IModelAnnotationHolder
'Usage
Dim instance As ITable
public interface ITable : IColumnSource, IModelElement, 
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class ITable : IColumnSource, 
    IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ITable extends IColumnSource, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder

See Also

Reference

ITable Members

Microsoft.Data.Schema.SchemaModel.Abstract Namespace