ITypeSpecifier Interface

Represents the type specifier.

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

Syntax

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

See Also

Reference

ITypeSpecifier Members

Microsoft.Data.Schema.SchemaModel.Abstract Namespace