ISql100TableType Interface

Represents a Sql100 table type.

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

Syntax

'Declaration
Public Interface ISql100TableType _
    Inherits ISqlType, IType, IModelNamed, ISqlOwnedObject,  _
    ISqlSecurable, IExtendedPropertyHost, ISqlModelElement, IScriptSourcedElement, IModelElement,  _
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
'Usage
Dim instance As ISql100TableType
public interface ISql100TableType : ISqlType, 
    IType, IModelNamed, ISqlOwnedObject, ISqlSecurable, IExtendedPropertyHost, 
    ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, 
    IModelAnnotationHolder
public interface class ISql100TableType : ISqlType, 
    IType, IModelNamed, ISqlOwnedObject, ISqlSecurable, IExtendedPropertyHost, 
    ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, 
    IModelAnnotationHolder
public interface ISql100TableType extends ISqlType, IType, IModelNamed, ISqlOwnedObject, ISqlSecurable, IExtendedPropertyHost, ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
[<AbstractClassAttribute>]
type ISql100TableType =  
    interface
        interface ISqlType
        interface IType
        interface IModelNamed
        interface ISqlOwnedObject
        interface ISqlSecurable
        interface IExtendedPropertyHost
        interface ISqlModelElement
        interface IScriptSourcedElement
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end

See Also

Reference

ISql100TableType Members

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