Condividi tramite


Proprietà DataSchemaModel.ScriptSourcedModelElement.SecondarySources

Ottiene un elenco di database di origine secondari che definiscono questo elemento.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

Tipo: System.Collections.Generic.ICollection<ISourceInformation>
Elenco di origini secondarie.

Implementa

IScriptSourcedModelElement.SecondarySources

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataSchemaModel.ScriptSourcedModelElement Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel

ISourceInformation