PropertyAttributesEnum

Property 개체의 특성을 지정합니다.

상수 설명
adPropNotSupported 0 공급자가 속성을 지원하지 않음을 나타냅니다.
adPropRequired 1 사용자는 데이터 소스가 초기화되기 전에 이 속성 값을 지정해야 함을 나타냅니다.
adPropOptional 2 사용자는 데이터 소스가 초기화되기 전에 이 속성 값을 지정할 필요가 없음을 나타냅니다.
adPropRead 512 사용자가 속성을 읽을 수 있음을 나타냅니다.
adPropWrite 1024 사용자가 속성을 설정할 수 있음을 나타냅니다.

ADO/WFC 동일

Package: com.ms.wfc.data

지속적임
AdoEnums.PropertyAttributes.NOTSUPPORTED
AdoEnums.PropertyAttributes.REQUIRED
AdoEnums.PropertyAttributes.OPTIONAL
AdoEnums.PropertyAttributes.READ
AdoEnums.PropertyAttributes.WRITE

적용 대상

Attributes 속성(ADO)