Share via


DbSyncColumnDescription.AutoIncrementSeed Property

Gets or sets the starting 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)

Syntax

'Declaration
<XmlAttributeAttribute("idSeed")> _
Public Property AutoIncrementSeed As Long
'Usage
Dim instance As DbSyncColumnDescription
Dim value As Long

value = instance.AutoIncrementSeed

instance.AutoIncrementSeed = value
[XmlAttributeAttribute("idSeed")] 
public long AutoIncrementSeed { get; set; }
[XmlAttributeAttribute(L"idSeed")] 
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.

See Also

Reference

DbSyncColumnDescription Class
DbSyncColumnDescription Members
Microsoft.Synchronization.Data Namespace