ReplicationColumn.IsIdentity プロパティ

定義

この列が単位元列かどうかを取得またはセットします。

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の場合、参照される列は単位列です。 falseの場合、参照される列は単位列ではありません。

注釈

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

適用対象