Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 1.29 KB

objecttypeenum.md

File metadata and controls

39 lines (36 loc) · 1.29 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords apitype
ObjectTypeEnum
ObjectTypeEnum
rothja
jroth
01/19/2017
sql
ado
reference
ObjectTypeEnum
ObjectTypeEnum enumeration [ADOX]
COM

ObjectTypeEnum

Specifies the type of database object for which to set permissions or ownership.

Constant Value Description
adPermObjColumn 2 The object is a column.
adPermObjDatabase 3 The object is a database.
adPermObjProcedure 4 The object is a procedure.
adPermObjProviderSpecific -1 The object is a type defined by the provider. An error will occur if the ObjectType parameter is adPermObjProviderSpecific and an ObjectTypeId is not supplied.
adPermObjTable 1 The object is a table.
adPermObjView 5 The object is a view.

Applies To

:::row::: :::column::: GetObjectOwner Method (ADOX)
GetPermissions Method (ADOX)
:::column-end::: :::column::: SetObjectOwner Method
SetPermissions Method (ADOX)
:::column-end::: :::row-end:::