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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
IScriptSourcedModelElement Interfaccia