IModelElement Interface

The elements in the model derive from this interface.

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

Syntax

'Declaration
Public Interface IModelElement _
    Inherits IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
'Usage
Dim instance As IModelElement
public interface IModelElement : IModelPropertyContainer, 
    IModelEntity, IModelAnnotationHolder
public interface class IModelElement : IModelPropertyContainer, 
    IModelEntity, IModelAnnotationHolder
public interface IModelElement extends IModelPropertyContainer, IModelEntity, IModelAnnotationHolder

See Also

Reference

IModelElement Members

Microsoft.Data.Schema.SchemaModel Namespace

Other Resources

Walkthrough: Authoring a Custom Static Code Analysis Rule Assembly for SQL