Propriedade IScriptSourcedModelElement.SecondarySources

Obtém uma lista de fontes secundárias para o elemento.

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

Sintaxe

'Declaração
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 propriedade

Tipo: System.Collections.Generic.ICollection<ISourceInformation>
Uma lista de informações de fonte secundária para o elemento.

Segurança do .NET Framework

Consulte também

Referência

IScriptSourcedModelElement Interface

Namespace Microsoft.Data.Schema.SchemaModel

ISourceInformation