Share via


IDataSourceFieldSchema.IsUnique プロパティ

定義

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

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

プロパティ値

Boolean

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

注釈

オブジェクトの DataColumn 場合、 IsUnique プロパティは プロパティに対応 Unique します。

適用対象

こちらもご覧ください