IModelMultiRelationship<TRelating, TRelated>.InsertElement メソッド
指定したインデックス位置にあるリレーションシップ エントリを (要素に基づいて) 挿入します。
名前空間 : Microsoft.Data.Schema.SchemaModel
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Function InsertElement ( _
atIndex As Integer, _
element As TRelated _
) As IModelRelationshipEntry
'使用
Dim instance As IModelMultiRelationship
Dim atIndex As Integer
Dim element As TRelated
Dim returnValue As IModelRelationshipEntry
returnValue = instance.InsertElement(atIndex, _
element)
IModelRelationshipEntry InsertElement(
int atIndex,
TRelated element
)
IModelRelationshipEntry^ InsertElement(
int atIndex,
TRelated element
)
function InsertElement(
atIndex : int,
element : TRelated
) : IModelRelationshipEntry
パラメータ
- atIndex
型 : System.Int32
挿入インデックスを指定します。
- element
型 : TRelated
挿入する要素を指定します。
戻り値
型 : Microsoft.Data.Schema.SchemaModel.IModelRelationshipEntry
IModelRelationshipEntry を返します。
参照
参照
IModelMultiRelationship<TRelating, TRelated> インターフェイス