Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 1.13 KB

File metadata and controls

36 lines (32 loc) · 1.13 KB
title DeleteRule 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::put_DeleteRule
_Key::DeleteRule
_Key::GetDeleteRule
_Key::PutDeleteRule
_Key::get_DeleteRule
helpviewer_keywords
DeleteRule property [ADOX]
ms.assetid 87bd4c0a-cae3-4007-a939-4193acaa00ac
author MightyPen
ms.author genemi

DeleteRule Property (ADOX)

Indicates the action performed when a primary key is deleted.

Settings and Return Values

Sets and returns a Long value that can be one of the RuleEnum constants. The default value is adRINone.

Remarks

This property is read-only on Key objects already appended to a collection.

Applies To

Key Object (ADOX)

See Also

DeleteRule Property Example (VB)