PropertyAttributesEnum
指定 属性 对象的属性。
不断 | 价值 | 描述 |
---|---|---|
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 |