次の方法で共有


ReplicationColumn.IsIdentity プロパティ

定義

この列が ID 列かどうかを取得します。値の設定も可能です。

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

プロパティ値

Boolean 値。 true の場合、参照されている列は ID 列です。 false の場合、参照されている列は ID 列ではありません。

注釈

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

適用対象