Sdílet prostřednictvím


ISqlColumn.ReferencingForeignKey – vlastnost

Získá seznam cizích klíčů, které odkazují na tento sloupec.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<ISqlForeignKeyConstraint>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlColumn Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů