IdentityColumnInfo 建構函式

定義

多載

IdentityColumnInfo(Int64, Int64)

public IdentityColumnInfo(long seed, long increment);
new Microsoft.SqlServer.Management.SqlParser.Metadata.IdentityColumnInfo : int64 * int64 -> Microsoft.SqlServer.Management.SqlParser.Metadata.IdentityColumnInfo
Public Sub New (seed As Long, increment As Long)

參數

seed
Int64
increment
Int64

適用於

IdentityColumnInfo(Int64, Int64, Boolean)

public IdentityColumnInfo(long seed, long increment, bool notForReplication);
new Microsoft.SqlServer.Management.SqlParser.Metadata.IdentityColumnInfo : int64 * int64 * bool -> Microsoft.SqlServer.Management.SqlParser.Metadata.IdentityColumnInfo
Public Sub New (seed As Long, increment As Long, notForReplication As Boolean)

參數

seed
Int64
increment
Int64
notForReplication
Boolean

適用於