Share via


RelationshipEntrySource.RelationshipEntry Property

Gets the relationship entry for this source.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property RelationshipEntry As IModelRelationshipEntry
'Usage
Dim instance As RelationshipEntrySource 
Dim value As IModelRelationshipEntry 

value = instance.RelationshipEntry
public abstract IModelRelationshipEntry RelationshipEntry { get; }
public:
virtual property IModelRelationshipEntry^ RelationshipEntry {
    IModelRelationshipEntry^ get () abstract;
}
public abstract function get RelationshipEntry () : IModelRelationshipEntry

Property Value

Type: Microsoft.Data.Schema.SchemaModel.IModelRelationshipEntry

.NET Framework Security

See Also

Reference

RelationshipEntrySource Class

RelationshipEntrySource Members

Microsoft.Data.Schema.SchemaModel Namespace