共用方式為


IModelMultiRelationship.InsertRelationshipEntry 方法

在指定的索引位置插入空白的關聯性項目 (Entry)。

命名空間:  Microsoft.Data.Schema.SchemaModel
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Function InsertRelationshipEntry ( _
    atIndex As Integer _
) As IModelRelationshipEntry
IModelRelationshipEntry InsertRelationshipEntry(
    int atIndex
)
IModelRelationshipEntry^ InsertRelationshipEntry(
    int atIndex
)
abstract InsertRelationshipEntry : 
        atIndex:int -> IModelRelationshipEntry 
function InsertRelationshipEntry(
    atIndex : int
) : IModelRelationshipEntry

參數

傳回值

型別:Microsoft.Data.Schema.SchemaModel.IModelRelationshipEntry
傳回 IModelRelationshipEntry

.NET Framework 安全性

請參閱

參考

IModelMultiRelationship 介面

Microsoft.Data.Schema.SchemaModel 命名空間