次の方法で共有


ReplicationColumn.InPrimaryKey プロパティ

定義

列が主キーに参加しているかどうかを取得します。値の設定も可能です。

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

プロパティ値

Boolean 値。 true の場合、参照されている列は、テーブルで定義されている主キーまたは一意キー制約の一部です。 false の場合、参照されている列は、テーブルで定義されている主キーまたは一意キー制約の一部ではありません。

注釈

この名前空間、クラス、またはメンバーは、.NET Framework 2.0 でのみサポートされています。

適用対象