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)
Syntax
'Declaration
Public Property AutoIncrement As Boolean
'Usage
Dim instance As SyncSchemaColumn
Dim value As Boolean
value = instance.AutoIncrement
instance.AutoIncrement = value
public bool AutoIncrement { get; set; }
public:
property bool AutoIncrement {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_AutoIncrement ()
/** @property */
public void set_AutoIncrement (boolean value)
public function get AutoIncrement () : boolean
public function set AutoIncrement (value : boolean)
Property Value
true if the column automatically increments its value; otherwise, false.
See Also
Reference
SyncSchemaColumn Class
SyncSchemaColumn Members
Microsoft.Synchronization.Data Namespace