IType Interface

Represents any data type.

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

Syntax

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

See Also

Reference

IType Members

Microsoft.Data.Schema.SchemaModel.Abstract Namespace