SyncSchemaColumn::AutoIncrement Property

Gets or sets a value indicating whether the column 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 bool AutoIncrement {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
true if the column automatically increments its value; otherwise, false.

ExceptionCondition
ArgumentNullException

value is a nullptr.

Show: