适用于:Access 2013、Office 2013
指定 Property 对象的属性。
常量 |
值 |
说明 |
---|---|---|
adPropNotSupported |
0 |
指示提供程序不支持该属性。 |
adPropRequired |
1 |
指示在初始化数据源之前,用户必须为该属性指定值。 |
adPropOptional |
2 |
指示在初始化数据源之前,用户不必为该属性指定值。 |
adPropRead |
512 |
指示用户可以读取此属性。 |
adPropWrite |
1024 |
指示用户可以设置此属性。 |
ADO/WFC 等效项
包:com.ms.wfc.data
常量 |
---|
AdoEnums.PropertyAttributes.NOTSUPPORTED |
AdoEnums.PropertyAttributes.REQUIRED |
AdoEnums.PropertyAttributes.OPTIONAL |
AdoEnums.PropertyAttributes.READ |
AdoEnums.PropertyAttributes.WRITE |