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
- 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.
See Also
Reference
DataSchemaModel.ScriptSourcedModelElement Class