IdentityColumnInfo コンストラクター (Int64, Int64)
指定したシード値と増分値を使用して、IdentityColumnInfo クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.SqlParser.Metadata
アセンブリ: Microsoft.SqlServer.Management.SqlParser (Microsoft.SqlServer.Management.SqlParser.dll)
構文
'宣言
Public Sub New ( _
seed As Long, _
increment As Long _
)
'使用
Dim seed As Long
Dim increment As Long
Dim instance As New IdentityColumnInfo(seed, increment)
public IdentityColumnInfo(
long seed,
long increment
)
public:
IdentityColumnInfo(
long long seed,
long long increment
)
new :
seed:int64 *
increment:int64 -> IdentityColumnInfo
public function IdentityColumnInfo(
seed : long,
increment : long
)
パラメーター
- seed
型: System. . :: . .Int64
ID 列の IDENTITY シードです。
- increment
型: System. . :: . .Int64
ID 列の IDENTITY 増分値です。