Partager via


Propriété ReferencedTable

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

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Property ReferencedTable As ITable
    Get
    Set
'Utilisation
Dim instance As IMutableForeignKeyConstraint
Dim value As ITable

value = instance.ReferencedTable

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

Valeur de propriété

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

Implémente

IForeignKeyConstraint. . :: . .ReferencedTable