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

このプロパティは、プロバイダーではサポートされていません。

Required 1

ユーザーは、データ ソースを初期化する前に、このプロパティの値を指定する必要があります。

Optional 2

ユーザーは、データ ソースを初期化する前に、このプロパティの値を指定する必要はありません。

Read 512

ユーザーはプロパティを読み取ることができます。

Write 1024

ユーザーはプロパティに書き込むことができます。

適用対象