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