다음을 통해 공유


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.