SyncSchemaColumn.AutoIncrementSeed Property
Gets or sets the starting value for a column that has its AutoIncrement property set to true.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property AutoIncrementSeed As Long
public long AutoIncrementSeed { get; set; }
public:
property long long AutoIncrementSeed {
long long get ();
void set (long long value);
}
/** @property */
public long get_AutoIncrementSeed ()
/** @property */
public void set_AutoIncrementSeed (long value)
public function get AutoIncrementSeed () : long
public function set AutoIncrementSeed (value : long)
Property Value
The starting value for an autoincrement column.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SyncSchemaColumn Class
SyncSchemaColumn Members
Microsoft.Synchronization.Data Namespace