ModelElement.RegisterReverseRelationshipClass<TReferencedInterface> 方法

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Protected Shared Function RegisterReverseRelationshipClass(Of TReferencedInterface) ( _
    elementClass As ModelElementClass, _
    relationshipName As String, _
    relationshipCardinality As ModelRelationshipCardinalityStyle, _
    forwardRelationshipName As String _
) As ModelRelationshipClass
protected static ModelRelationshipClass RegisterReverseRelationshipClass<TReferencedInterface>(
    ModelElementClass elementClass,
    string relationshipName,
    ModelRelationshipCardinalityStyle relationshipCardinality,
    string forwardRelationshipName
)
protected:
generic<typename TReferencedInterface>
static ModelRelationshipClass^ RegisterReverseRelationshipClass(
    ModelElementClass^ elementClass, 
    String^ relationshipName, 
    ModelRelationshipCardinalityStyle relationshipCardinality, 
    String^ forwardRelationshipName
)
static member RegisterReverseRelationshipClass : 
        elementClass:ModelElementClass * 
        relationshipName:string * 
        relationshipCardinality:ModelRelationshipCardinalityStyle * 
        forwardRelationshipName:string -> ModelRelationshipClass 
JScript 不支持泛型类型或方法。

类型参数

  • TReferencedInterface

参数

返回值

类型:Microsoft.Data.Schema.SchemaModel.ModelRelationshipClass

.NET Framework 安全性

请参见

参考

ModelElement 类

Microsoft.Data.Schema.SchemaModel 命名空间