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.