Поделиться через


ISqlForeignKeyConstraint.ForeignTable Property

Gets or sets the foreign table.

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

Syntax

'Declaration
Property ForeignTable As ISqlTable
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)

Property Value

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

.NET Framework Security

See Also

Reference

ISqlForeignKeyConstraint Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace