ReferencedTable 属性

Gets the ITable object that contains the primary key that is referenced by the foreign key.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
ReadOnly Property ReferencedTable As ITable
    Get
用法
Dim instance As IForeignKeyConstraint
Dim value As ITable

value = instance.ReferencedTable
ITable ReferencedTable { get; }
property ITable^ ReferencedTable {
    ITable^ get ();
}
abstract ReferencedTable : ITable
function get ReferencedTable () : ITable

属性值

类型:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ITable
The ITable object that contains the primary key that is referenced by the foreign key.