ISqlColumn.ReferencingForeignKey, propriété
Obtient la liste des clés étrangères qui référencent cette colonne.
Espace de noms : Microsoft.Data.Schema.Sql.SchemaModel
Assembly : Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Déclaration
ReadOnly Property ReferencingForeignKey As IList(Of ISqlForeignKeyConstraint)
Get
IList<ISqlForeignKeyConstraint> ReferencingForeignKey { get; }
property IList<ISqlForeignKeyConstraint^>^ ReferencingForeignKey {
IList<ISqlForeignKeyConstraint^>^ get ();
}
abstract ReferencingForeignKey : IList<ISqlForeignKeyConstraint>
function get ReferencingForeignKey () : IList<ISqlForeignKeyConstraint>
Valeur de propriété
Type : System.Collections.Generic.IList<ISqlForeignKeyConstraint>
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.