Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the increment step value for a column that automatically increments its value when new rows are inserted into the table.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Property AutoIncrementStep As Long
Get
Set
'Usage
Dim instance As DbSyncColumnDescription
Dim value As Long
value = instance.AutoIncrementStep
instance.AutoIncrementStep = value
public long AutoIncrementStep { get; set; }
public:
property long long AutoIncrementStep {
long long get ();
void set (long long value);
}
member AutoIncrementStep : int64 with get, set
function get AutoIncrementStep () : long
function set AutoIncrementStep (value : long)
Property Value
Type: System.Int64
The increment step value for an autoincrement column.