Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.12 KB

File metadata and controls

38 lines (33 loc) · 1.12 KB
title RelatedTable Property (ADOX) | Microsoft Docs
ms.prod sql
ms.prod_service connectivity
ms.technology connectivity
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.topic conceptual
apitype COM
f1_keywords
_Key::RelatedTable
_Key::put_RelatedTable
_Key::get_RelatedTable
_Key::GetRelatedTable
_Key::PutRelatedTable
helpviewer_keywords
RelatedTable property [ADOX]
ms.assetid cb54c6bc-2be2-40b1-bc11-90c10651b878
author MightyPen
ms.author genemi

RelatedTable Property (ADOX)

Indicates the name of the related table.

Settings and Return Values

Sets and returns a String value.

Remarks

The default value is an empty string ("").

If the key is a foreign key, then RelatedTable is the name of the table that contains the key.

Applies To

Key Object (ADOX)

See Also

Keys Append Method, Key Type, RelatedColumn, RelatedTable and UpdateRule Properties Example (VB)