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 |