Increment 属性

Gets the identity increment of the identity column.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Public ReadOnly Property Increment As Long
    Get
用法
Dim instance As IdentityColumnInfo
Dim value As Long

value = instance.Increment
public long Increment { get; }
public:
property long long Increment {
    long long get ();
}
member Increment : int64
function get Increment () : long

属性值

类型:System. . :: . .Int64
The identity increment of the identity column.