Compartir a través de


ISqlForeignKeyConstraint.ForeignColumns (Propiedad)

Obtiene la lista de las columnas de la tabla externa que forman la clave externa.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISqlForeignKeyConstraint Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)