Share via


IScriptSourcedModelElement.SecondarySources (Propiedad)

Obtiene una lista de orígenes secundarios para el elemento.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

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

Valor de propiedad

Tipo: System.Collections.Generic.ICollection<ISourceInformation>
Una lista de información de origen secundaria para el elemento.

Seguridad de .NET Framework

Vea también

Referencia

IScriptSourcedModelElement Interfaz

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)

ISourceInformation