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 名前空間