Compartir a través de


ISqlColumn.ReferencingForeignKey (Propiedad)

Obtiene la lista de las claves externas que hacen referencia a esta columna.

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

Sintaxis

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

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISqlColumn Interfaz

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