IdentityRangeInfo.IdentityIncrement プロパティ

定義

増分値を取得します。値の設定も可能です。

public:
 property int IdentityIncrement { int get(); void set(int value); };
public int IdentityIncrement { get; set; }
member this.IdentityIncrement : int with get, set
Public Property IdentityIncrement As Integer

プロパティ値

ID の増分値を指定する Int32 値です。

注釈

このプロパティは、すべてのユーザーが取得または設定できます。

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

適用対象