IModelSingleRelationship<TRelating, TRelated> インターフェイス
このインターフェイスを使用する場合、右側に要素を 1 つ指定できます。
名前空間 : Microsoft.Data.Schema.SchemaModel
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Public Interface IModelSingleRelationship(Of TRelating As {Class, IModelElement}, TRelated As {Class, IModelElement}) _
Implements IModelRelationship(Of TRelating, TRelated), IModelEntity
'使用
Dim instance As IModelSingleRelationship(Of TRelating, TRelated)
public interface IModelSingleRelationship<TRelating, TRelated> : 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 IModelSingleRelationship : IModelRelationship<TRelating, TRelated>,
IModelEntity
JScript では、ジェネリックな型またはメソッドは使用できません。
型パラメータ
- TRelating
- TRelated