共用方式為


IModelRelationshipEntry 介面

表示任一項目對另一項目的參考,這個參考不一定能經過解析。

命名空間:  Microsoft.Data.Schema.SchemaModel
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Public Interface IModelRelationshipEntry _
    Inherits IModelAnnotationHolder, IEquatable(Of IModelRelationshipEntry), IComparable(Of IModelRelationshipEntry)
public interface IModelRelationshipEntry : IModelAnnotationHolder, 
    IEquatable<IModelRelationshipEntry>, IComparable<IModelRelationshipEntry>
public interface class IModelRelationshipEntry : IModelAnnotationHolder, 
    IEquatable<IModelRelationshipEntry^>, IComparable<IModelRelationshipEntry^>
type IModelRelationshipEntry =  
    interface
        interface IModelAnnotationHolder
        interface IEquatable<IModelRelationshipEntry>
        interface IComparable<IModelRelationshipEntry>
    end
public interface IModelRelationshipEntry extends IModelAnnotationHolder, IEquatable<IModelRelationshipEntry>, IComparable<IModelRelationshipEntry>

IModelRelationshipEntry 型別會公開下列成員。

屬性

  名稱 說明
公用屬性 Element 取得或設定參考的項目。
公用屬性 FromElement
公用屬性 Ordinal 取得這個項目在關聯性中的位置。
公用屬性 RelationshipClass 取得關聯性類別。
公用屬性 SourceCodePositions

回頁首

方法

  名稱 說明
公用方法 AddAnnotation 將指定的附註加入至這個項目。 (繼承自 IModelAnnotationHolder)。
公用方法 CompareTo 將目前的執行個體與另一個具有相同型別的物件相比較。 (繼承自 IComparable<IModelRelationshipEntry>)。
公用方法 Equals 指出目前的物件是否等於另一個具有相同型別的物件。 (繼承自 IEquatable<IModelRelationshipEntry>)。
公用方法 GetAnnotations() 傳回附加至這個項目之附註的清單。 (繼承自 IModelAnnotationHolder)。
公用方法 GetAnnotations(Type) 傳回指定型別之附加附註的清單。 (繼承自 IModelAnnotationHolder)。
公用方法 GetAnnotations(ModelIdentifier) 傳回具有指定識別項之附加附註的清單。 (繼承自 IModelAnnotationHolder)。
公用方法 GetAnnotations(ModelIdentifier, Type) (繼承自 IModelAnnotationHolder)。
公用方法 GetAnnotations<TType>() 傳回實作指定之附註型別且具有指定之模型識別項的所有附加模型附註。 (繼承自 IModelAnnotationHolder)。
公用方法 GetAnnotations<TType>(ModelIdentifier) (繼承自 IModelAnnotationHolder)。
公用方法 RemoveAnnotation 從這個模型項目移除指定的附註。 (繼承自 IModelAnnotationHolder)。

回頁首

請參閱

參考

Microsoft.Data.Schema.SchemaModel 命名空間