PropertyAttributesEnum

指定 Property 对象的属性。

返回的常量 Value 说明
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

应用于

Attributes 属性 (ADO)