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
- 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.
See Also
Reference
ISqlForeignKeyConstraint Interface