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
- 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
DataSchemaModel.ScriptSourcedModelElement Classe