次の方法で共有


DataSetFieldSchema.IsUnique プロパティ

定義

データ フィールドの値が一意である必要があるかどうかを示す値を取得します。

public:
 property bool IsUnique { bool get(); };
public bool IsUnique { get; }
member this.IsUnique : bool
Public ReadOnly Property IsUnique As Boolean

プロパティ値

Boolean

データ フィールドのデータが一意である場合は true。それ以外の場合は false

実装

注釈

IsUniqueプロパティは Unique 、のプロパティに対応し DataColumn ます。

適用対象

こちらもご覧ください