Skip to content

Latest commit

 

History

History
93 lines (83 loc) · 2.06 KB

File metadata and controls

93 lines (83 loc) · 2.06 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date mtps_version ms.localizationpriority
PropertyAttributesEnum
PropertyAttributesEnum
cbe93f65-a3ee-4741-1ac7-1c98ac53cdde
48547726
09/18/2015
v=office.15
medium

PropertyAttributesEnum

Applies to: Access 2013, Office 2013

Specifies the attributes of a Property object.

Constant

Value

Description

adPropNotSupported

0

Indicates that the property is not supported by the provider.

adPropRequired

1

Indicates that the user must specify a value for this property before the data source is initialized.

adPropOptional

2

Indicates that the user does not need to specify a value for this property before the data source is initialized.

adPropRead

512

Indicates that the user can read the property.

adPropWrite

1024

Indicates that the user can set the property.

ADO/WFC equivalent

Package: com.ms.wfc.data

Constant

AdoEnums.PropertyAttributes.NOTSUPPORTED

AdoEnums.PropertyAttributes.REQUIRED

AdoEnums.PropertyAttributes.OPTIONAL

AdoEnums.PropertyAttributes.READ

AdoEnums.PropertyAttributes.WRITE