Метод EnumForeignKeys
Enumerates a list of foreign keys that reference the column.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Function EnumForeignKeys As DataTable
'Применение
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
Возвращаемое значение
Тип 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.
См. также