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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.