IModelRelationship<TRelating, TRelated> インターフェイス
リレーションシップの両側を取得するために使用します。
名前空間 : Microsoft.Data.Schema.SchemaModel
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Public Interface IModelRelationship(Of TRelating As {Class, IModelElement}, TRelated As {Class, IModelElement}) _
Implements IModelEntity
'使用
Dim instance As IModelRelationship(Of TRelating, TRelated)
public interface IModelRelationship<TRelating, TRelated> : IModelEntity
where TRelating : class, IModelElement
where TRelated : class, IModelElement
generic<typename TRelating, typename TRelated>
where TRelating : ref class, IModelElement
where TRelated : ref class, IModelElement
public interface class IModelRelationship : IModelEntity
JScript では、ジェネリックな型またはメソッドは使用できません。
型パラメータ
- TRelating
- TRelated