DataSchemaModel.ScriptSourcedModelElement.SecondarySources Property

Gets a list of secondary sources that define this element.

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

Syntax

'Declaration
Public ReadOnly Property SecondarySources As ICollection(Of ISourceInformation)
public ICollection<ISourceInformation> SecondarySources { get; }
public:
virtual property ICollection<ISourceInformation^>^ SecondarySources {
    ICollection<ISourceInformation^>^ get () sealed;
}
abstract SecondarySources : ICollection<ISourceInformation>
override SecondarySources : ICollection<ISourceInformation>
final function get SecondarySources () : ICollection<ISourceInformation>

Property Value

Type: System.Collections.Generic.ICollection<ISourceInformation>
A list of secondary sources.

Implements

IScriptSourcedModelElement.SecondarySources

.NET Framework Security

See Also

Reference

DataSchemaModel.ScriptSourcedModelElement Class

Microsoft.Data.Schema.SchemaModel Namespace

ISourceInformation