ISqlBuiltInType Interface

Represents the SQL built-in type.

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

Syntax

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

See Also

Reference

ISqlBuiltInType Members

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