SyncSchemaColumn::AutoIncrementStep Property

Gets or sets the increment for a column that has its AutoIncrement property set to true.

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 value for an autoincrement column.

ExceptionCondition
ArgumentNullException

value is a nullptr.

Show: