IdentityColumnInfo.Increment Property
Gets the identity increment of the identity column.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public ReadOnly Property Increment As Long
Get
'Usage
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
Property Value
Type: System.Int64
The identity increment of the identity column.