IdentityColumnInfo 构造函数 (Int64, Int64)

Initializes a new instance of the IdentityColumnInfo class using the specified seed and increment values.

命名空间:  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
)

参数