IdentityColumnInfo Constructors

Definition

Overloads

IdentityColumnInfo(Int64, Int64)
IdentityColumnInfo(Int64, Int64, Boolean)

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)

Parameters

seed
Int64
increment
Int64

Applies to

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)

Parameters

seed
Int64
increment
Int64
notForReplication
Boolean

Applies to