DataSchemaModel.ScriptSourcedModelElement.SecondarySources, propriété
Obtient une liste de sources secondaires qui définissent cet élément.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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>
Valeur de propriété
Type : System.Collections.Generic.ICollection<ISourceInformation>
Liste de sources secondaires.
Implémentations
IScriptSourcedModelElement.SecondarySources
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
DataSchemaModel.ScriptSourcedModelElement Classe