Share via


IModelRelationshipEntry.SourceCodePositions Property

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

Syntax

'Declaration
ReadOnly Property SourceCodePositions As ICollection(Of SourceCodePosition)
ICollection<SourceCodePosition> SourceCodePositions { get; }
property ICollection<SourceCodePosition^>^ SourceCodePositions {
    ICollection<SourceCodePosition^>^ get ();
}
abstract SourceCodePositions : ICollection<SourceCodePosition>
function get SourceCodePositions () : ICollection<SourceCodePosition>

Property Value

Type: System.Collections.Generic.ICollection<SourceCodePosition>

.NET Framework Security

See Also

Reference

IModelRelationshipEntry Interface

Microsoft.Data.Schema.SchemaModel Namespace