Dela via


ISqlForeignKeyConstraint.ForeignTable Property

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

Syntax

'Declaration
Property ForeignTable As ISqlTable
'Usage
Dim instance As ISqlForeignKeyConstraint 
Dim value As ISqlTable 

value = instance.ForeignTable

instance.ForeignTable = value
ISqlTable ForeignTable { get; set; }
property ISqlTable^ ForeignTable {
    ISqlTable^ get ();
    void set (ISqlTable^ value);
}
function get ForeignTable () : ISqlTable 
function set ForeignTable (value : ISqlTable)

Property Value

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

.NET Framework Security

See Also

Reference

ISqlForeignKeyConstraint Interface

ISqlForeignKeyConstraint Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace