Propriété ReferencedTable
Gets 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
ReadOnly Property ReferencedTable As ITable
Get
'Utilisation
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
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.