IScriptSourcedModelElement.SecondarySources Property

Gets a list of secondary sources for the element.

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

Syntax

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

Property Value

Type: System.Collections.Generic.ICollection<ISourceInformation>
A list of secondary source information for the element.

.NET Framework Security

See Also

Reference

IScriptSourcedModelElement Interface

Microsoft.Data.Schema.SchemaModel Namespace

ISourceInformation