IModelNamed Interface
The elements in the model that are named should derive from this interface.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Interface IModelNamed
'Usage
Dim instance As IModelNamed
public interface IModelNamed
public interface class IModelNamed
public interface IModelNamed
Remarks
This interface is only relevant at run time. The Name property on IModelElement cannot be null.