PropertyAttributes 열거형

정의

주의

PropertyAttributes has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202

속성의 특성을 지정합니다.

이 열거형은 멤버 값의 비트 조합을 지원합니다.

public enum class PropertyAttributes
[System.Flags]
public enum PropertyAttributes
[System.Flags]
[System.Obsolete("PropertyAttributes has been deprecated.  http://go.microsoft.com/fwlink/?linkid=14202")]
public enum PropertyAttributes
[<System.Flags>]
type PropertyAttributes = 
[<System.Flags>]
[<System.Obsolete("PropertyAttributes has been deprecated.  http://go.microsoft.com/fwlink/?linkid=14202")>]
type PropertyAttributes = 
Public Enum PropertyAttributes
상속
PropertyAttributes
특성

필드

NotSupported 0

공급자는 속성을 지원하지 않습니다.

Optional 2

사용자는 데이터 소스가 초기화되기 전에 이 속성 값을 지정할 필요가 없습니다.

Read 512

사용자는 속성을 읽을 수 있습니다.

Required 1

사용자는 데이터 소스가 초기화되기 전에 이 속성 값을 지정해야 합니다.

Write 1024

사용자는 속성에 쓸 수 있습니다.

적용 대상