Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 798 Bytes

File metadata and controls

30 lines (28 loc) · 798 Bytes
description KeyTypeEnum
title KeyTypeEnum | Microsoft Docs
ms.prod sql
ms.prod_service connectivity
ms.technology ado
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.topic reference
apitype COM
f1_keywords
KeyTypeEnum
helpviewer_keywords
KeyTypeEnum enumeration [ADOX]
ms.assetid 3e597c52-caf4-4341-8471-d1ade563dbf7
author rothja
ms.author jroth

KeyTypeEnum

Specifies the type of Key: primary, foreign, or unique.

Constant Value Description
adKeyPrimary 1 Default. The key is a primary key.
adKeyForeign 2 The key is a foreign key.
adKeyUnique 3 The key is unique.

Applies To

Type Property (Key) (ADOX)