Compartir a través de


Column.EnumForeignKeys Método

Enumerates a list of foreign keys that reference the column.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Function EnumForeignKeys As DataTable
'Uso
Dim instance As Column 
Dim returnValue As DataTable 

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

Valor devuelto

Tipo: System.Data.DataTable
A DataTable object value that contains information about the foreign keys that reference the column. The table describes the different columns of the returned DataTable.

Column

Data type

Description

Column

String

The name of the column.

Table_Schema

String

The schema that is associated with the table that contains the column.

Table_Name

String

The name of the table that contains the column.

Name

String

The name of the foreign key.

Ejemplos

Trabajar con objetos de bases de datos

Vea también

Referencia

Column Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo