PropertyAttributes 열거형
참고: 이 열거형은 이제 사용되지 않습니다.
속성의 특성을 지정합니다.
이 열거형에는 멤버 값를 비트로 조합할 수 있는 FlagsAttribute 특성이 있습니다.
네임스페이스: System.Data
어셈블리: System.Data(system.data.dll)
구문
‘선언
<FlagsAttribute> _
<ObsoleteAttribute("PropertyAttributes has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202")> _
Public Enumeration PropertyAttributes
‘사용 방법
Dim instance As PropertyAttributes
[FlagsAttribute]
[ObsoleteAttribute("PropertyAttributes has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202")]
public enum PropertyAttributes
[FlagsAttribute]
[ObsoleteAttribute(L"PropertyAttributes has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202")]
public enum class PropertyAttributes
/** @attribute FlagsAttribute() */
/** @attribute ObsoleteAttribute("PropertyAttributes has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202") */
public enum PropertyAttributes
FlagsAttribute
ObsoleteAttribute("PropertyAttributes has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202")
public enum PropertyAttributes
멤버
멤버 이름 | 설명 | |
---|---|---|
NotSupported | 공급자는 속성을 지원하지 않습니다. | |
Optional | 사용자는 데이터 소스가 초기화되기 전에 이 속성 값을 지정할 필요가 없습니다. | |
Read | 사용자는 속성을 읽을 수 있습니다. | |
Required | 사용자는 데이터 소스가 초기화되기 전에 이 속성 값을 지정해야 합니다. | |
Write | 사용자는 속성에 쓸 수 있습니다. |
플랫폼
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
1.0, 1.1에서 지원
2.0에서 사용되지 않음(컴파일러 경고)
.NET Compact Framework
1.0에서 지원
2.0에서 사용되지 않음(컴파일러 경고)