Proprietà ISqlForeignKeyConstraint.ForeignColumns

Ottiene l'elenco delle colonne nella tabella della chiave esterna che formano la chiave esterna.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

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

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlForeignKeyConstraint Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel