ModelElement.GetReverseSingleRelationship<TFrom, TTo> メソッド
名前空間: Microsoft.Data.Schema.SchemaModel
アセンブリ: Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Public Function GetReverseSingleRelationship(Of TFrom As {Class, IModelElement}, TTo As {Class, IModelElement}) ( _
relationshipClass As ModelRelationshipClass _
) As IModelReverseSingleRelationship(Of TFrom, TTo)
public IModelReverseSingleRelationship<TFrom, TTo> GetReverseSingleRelationship<TFrom, TTo>(
ModelRelationshipClass relationshipClass
)
where TFrom : class, IModelElement
where TTo : class, IModelElement
public:
generic<typename TFrom, typename TTo>
where TFrom : ref class, IModelElement
where TTo : ref class, IModelElement
IModelReverseSingleRelationship<TFrom, TTo>^ GetReverseSingleRelationship(
ModelRelationshipClass^ relationshipClass
)
member GetReverseSingleRelationship :
relationshipClass:ModelRelationshipClass -> IModelReverseSingleRelationship<'TFrom, 'TTo> when 'TFrom : not struct and IModelElement when 'TTo : not struct and IModelElement
JScript では、ジェネリックな型またはメソッドは使用できません。
型パラメーター
- TFrom
- TTo
パラメーター
- relationshipClass
型: Microsoft.Data.Schema.SchemaModel.ModelRelationshipClass
戻り値
型: Microsoft.Data.Schema.SchemaModel.IModelReverseSingleRelationship<TFrom, TTo>
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。