Propriedade DataSchemaModel.ScriptSourcedModelElement.SecondarySources

Obtém uma lista de fontes secundárias que definem este elemento.

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

Sintaxe

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

Tipo: System.Collections.Generic.ICollection<ISourceInformation>
Uma lista de fontes secundárias.

Implementações

IScriptSourcedModelElement.SecondarySources

Segurança do .NET Framework

Consulte também

Referência

DataSchemaModel.ScriptSourcedModelElement Classe

Namespace Microsoft.Data.Schema.SchemaModel

ISourceInformation