HeterogeneousTable.HasPrimaryKey プロパティ

定義

テーブルに主キーがあるかどうかは、取得またはセットを行います。

public:
 property bool HasPrimaryKey { bool get(); void set(bool value); };
public bool HasPrimaryKey { get; set; }
member this.HasPrimaryKey : bool with get, set
Public Property HasPrimaryKey As Boolean

プロパティ値

Boolean の値。

もし正しければ、テーブル上に主キーが定義されています。

もし間違っているなら、主鍵は存在しません。

注釈

この名前空間、クラス、またはメンバーはMicrosoft .NETフレームワークのバージョン2.0でのみサポートされています。

適用対象