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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.