Partilhar via


Propriedade ISqlForeignKeyConstraint.ForeignTable

Obtém ou define a tabela externa.

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

Sintaxe

'Declaração
Property ForeignTable As ISqlTable
    Get
    Set
ISqlTable ForeignTable { get; set; }
property ISqlTable^ ForeignTable {
    ISqlTable^ get ();
    void set (ISqlTable^ value);
}
abstract ForeignTable : ISqlTable with get, set
function get ForeignTable () : ISqlTable
function set ForeignTable (value : ISqlTable)

Valor de propriedade

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.ISqlTable

Segurança do .NET Framework

Consulte também

Referência

ISqlForeignKeyConstraint Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel