IModelMultiRelationship.GetRelationshipEntry Method
Returns a relationship entry at the specified index.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Function GetRelationshipEntry ( _
atIndex As Integer _
) As IModelRelationshipEntry
IModelRelationshipEntry GetRelationshipEntry(
int atIndex
)
IModelRelationshipEntry^ GetRelationshipEntry(
int atIndex
)
abstract GetRelationshipEntry :
atIndex:int -> IModelRelationshipEntry
function GetRelationshipEntry(
atIndex : int
) : IModelRelationshipEntry
Parameters
- atIndex
Type: System.Int32
Specifies the 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.