次の方法で共有


IdentityRangeInfo.NextStartingSeed プロパティ

自動 ID 範囲が有効になっている場合には、次の ID 範囲の開始位置を取得します。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public Property NextStartingSeed As Long 
    Get 
    Set
'使用
Dim instance As IdentityRangeInfo 
Dim value As Long 

value = instance.NextStartingSeed

instance.NextStartingSeed = value
public long NextStartingSeed { get; set; }
public:
property long long NextStartingSeed {
    long long get ();
    void set (long long value);
}
member NextStartingSeed : int64 with get, set
function get NextStartingSeed () : long 
function set NextStartingSeed (value : long)

プロパティ値

型: System.Int64
自動 ID 範囲が有効になっている場合に、次の ID 範囲の開始位置を示す Int64 値です。

説明

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

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

関連項目

参照

IdentityRangeInfo クラス

Microsoft.SqlServer.Replication 名前空間