PropertyAttributesEnum
適用先: 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 |