Partilhar via


Propriedade ISqlColumn.ReferencingForeignKey

Obtém a lista de chaves estrangeiras que fazem referência a esta coluna.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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 propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISqlColumn Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel