Partager via


EnumForeignKeys méthode

Enumerates a list of primary keys in which the table is referenced as a foreign key.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Function EnumForeignKeys As DataTable
'Utilisation
Dim instance As Table
Dim returnValue As DataTable

returnValue = instance.EnumForeignKeys()
public DataTable EnumForeignKeys()
public:
DataTable^ EnumForeignKeys()
member EnumForeignKeys : unit -> DataTable 
public function EnumForeignKeys() : DataTable

Valeur de retour

Type : System.Data. . :: . .DataTable
A DataTable system object value that contains a list of information about where this table is referenced as a foreign key. The table describes the different columns of the returned DataTable.

Column

Data type

Description

Table_Schema

String

The name of the schema associated with the table that contains the foreign key.

Table_Name

String

The name of the table that contains the foreign key.

Name

String

The name of the foreign key.