ISqlTable Interface

Represents a SQL table.

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

Syntax

'Declaration
Public Interface ISqlTable _
    Inherits ITable, IModelNamed, ISqlOwnedObject, IExtendedPropertyHost,  _
    ISqlSecurable, ISqlColumnSource, IColumnSource, ISqlSpecifiesStorage, ISqlSpecifiesTable,  _
    ISqlStatisticBound, ISqlFulltextIndexedObject, ISqlSpecifiesAnsiNulls, ISqlSpecifiesQuotedIdentifier, ISqlSupportsReplication,  _
    ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity,  _
    IModelAnnotationHolder
'Usage
Dim instance As ISqlTable
public interface ISqlTable : ITable, 
    IModelNamed, ISqlOwnedObject, IExtendedPropertyHost, ISqlSecurable, ISqlColumnSource, 
    IColumnSource, ISqlSpecifiesStorage, ISqlSpecifiesTable, ISqlStatisticBound, ISqlFulltextIndexedObject, 
    ISqlSpecifiesAnsiNulls, ISqlSpecifiesQuotedIdentifier, ISqlSupportsReplication, ISqlModelElement, IScriptSourcedElement, 
    IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class ISqlTable : ITable, 
    IModelNamed, ISqlOwnedObject, IExtendedPropertyHost, ISqlSecurable, ISqlColumnSource, 
    IColumnSource, ISqlSpecifiesStorage, ISqlSpecifiesTable, ISqlStatisticBound, ISqlFulltextIndexedObject, 
    ISqlSpecifiesAnsiNulls, ISqlSpecifiesQuotedIdentifier, ISqlSupportsReplication, ISqlModelElement, IScriptSourcedElement, 
    IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ISqlTable extends ITable, IModelNamed, ISqlOwnedObject, IExtendedPropertyHost, ISqlSecurable, ISqlColumnSource, IColumnSource, ISqlSpecifiesStorage, ISqlSpecifiesTable, ISqlStatisticBound, ISqlFulltextIndexedObject, ISqlSpecifiesAnsiNulls, ISqlSpecifiesQuotedIdentifier, ISqlSupportsReplication, ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
[<AbstractClassAttribute>]
type ISqlTable =  
    interface
        interface ITable
        interface IModelNamed
        interface ISqlOwnedObject
        interface IExtendedPropertyHost
        interface ISqlSecurable
        interface ISqlColumnSource
        interface IColumnSource
        interface ISqlSpecifiesStorage
        interface ISqlSpecifiesTable
        interface ISqlStatisticBound
        interface ISqlFulltextIndexedObject
        interface ISqlSpecifiesAnsiNulls
        interface ISqlSpecifiesQuotedIdentifier
        interface ISqlSupportsReplication
        interface ISqlModelElement
        interface IScriptSourcedElement
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end

See Also

Reference

ISqlTable Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace