Dela via


ISqlTable Interface

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

See Also

Reference

ISqlTable Members

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