PropertyAttributes 列舉

定義

警告

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

指定屬性 (Property) 的屬性 (Attribute)。

此列舉支援其成員值的位元組合。

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

使用者可以寫入屬性。

適用於