Sdílet prostřednictvím


ISqlForeignKeyConstraint.ForeignColumns – vlastnost

Získá seznam sloupců v tabulce cizího klíče cizí.

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

Syntaxe

'Deklarace
ReadOnly Property ForeignColumns As IList(Of ISqlColumn)
    Get
IList<ISqlColumn> ForeignColumns { get; }
property IList<ISqlColumn^>^ ForeignColumns {
    IList<ISqlColumn^>^ get ();
}
abstract ForeignColumns : IList<ISqlColumn>
function get ForeignColumns () : IList<ISqlColumn>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlForeignKeyConstraint Rozhraní

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