DbSyncColumnDescription::AutoIncrementStep Property

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)

public:
property long long AutoIncrementStep {
	long long get ();
	void set (long long value);
}

Property Value

Type: System::Int64
The increment step value for an autoincrement column.
Show: