Compartir a través de


DataSchemaModel.ScriptSourcedModelElement.SecondarySources (Propiedad)

Obtiene una lista de orígenes secundarios que definen este elemento.

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

Sintaxis

'Declaración
Public ReadOnly Property SecondarySources As ICollection(Of ISourceInformation)
    Get
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>

Valor de propiedad

Tipo: System.Collections.Generic.ICollection<ISourceInformation>
Lista de orígenes secundarios.

Implementaciones

IScriptSourcedModelElement.SecondarySources

Seguridad de .NET Framework

Vea también

Referencia

DataSchemaModel.ScriptSourcedModelElement Clase

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

ISourceInformation