命名空间: 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
参数
- elementClass
类型:Microsoft.Data.Schema.SchemaModel.ModelElementClass
- relationshipName
类型:System.String
- relationshipCardinality
类型:Microsoft.Data.Schema.SchemaModel.ModelRelationshipCardinalityStyle
- forwardRelationshipName
类型:System.String
返回值
类型:Microsoft.Data.Schema.SchemaModel.ModelRelationshipClass
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。