ISqlForeignKeyConstraint.ForeignTable 属性

获取或设置外表。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
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)

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.ISqlTable

.NET Framework 安全性

请参见

参考

ISqlForeignKeyConstraint 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间