Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inserts an empty relationship entry at the specified index.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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
Parameters
- atIndex
Type: System.Int32
Specifies the insertion index.
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelRelationshipEntry
Returns an IModelRelationshipEntry.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.