Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Get
Set
'Usage
Dim instance As SyncSchemaColumn
Dim value As Long
value = instance.AutoIncrementSeed
instance.AutoIncrementSeed = value
public long AutoIncrementSeed { get; set; }
public:
property long long AutoIncrementSeed {
long long get ();
void set (long long value);
}
member AutoIncrementSeed : int64 with get, set
function get AutoIncrementSeed () : long
function set AutoIncrementSeed (value : long)
Property Value
Type: System.Int64
The starting value for an autoincrement column.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | value is a null reference (Nothing in Visual Basic). |