Condividi tramite


Proprietà IScriptSourcedModelElement.SecondarySources

Ottiene un elenco di database di origine secondari per l'elemento.

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

Sintassi

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

Valore proprietà

Tipo: System.Collections.Generic.ICollection<ISourceInformation>
Elenco di informazioni sui database di origine secondari per l'elemento.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IScriptSourcedModelElement Interfaccia

Spazio dei nomi Microsoft.Data.Schema.SchemaModel

ISourceInformation