Share via


ISqlType Interface

Represents a SQL type.

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

Syntax

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

Remarks

See ISqlBuiltInType.

See Also

Reference

ISqlType Members

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