IModelRelationshipEntry Interface
Represents a reference from one element to another, which might be unresolved.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Interface IModelRelationshipEntry _
Inherits IModelAnnotationHolder, IEquatable(Of IModelRelationshipEntry), IComparable(Of IModelRelationshipEntry)
'Usage
Dim instance As IModelRelationshipEntry
public interface IModelRelationshipEntry : IModelAnnotationHolder,
IEquatable<IModelRelationshipEntry>, IComparable<IModelRelationshipEntry>
public interface class IModelRelationshipEntry : IModelAnnotationHolder,
IEquatable<IModelRelationshipEntry^>, IComparable<IModelRelationshipEntry^>
public interface IModelRelationshipEntry extends IModelAnnotationHolder, IEquatable<IModelRelationshipEntry>, IComparable<IModelRelationshipEntry>