共用方式為


PropertyAttributesEnum

指定 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

套用至

Attributes 屬性 (ADO)