IScriptSourcedModelElement.SecondarySources, propriété
Obtient une liste de sources secondaires pour l'élément.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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>
Valeur de propriété
Type : System.Collections.Generic.ICollection<ISourceInformation>
Liste d'informations de source secondaire pour l'élément.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IScriptSourcedModelElement Interface