Compartir a través de


SyncSchemaColumn.AutoIncrementStep Property

Gets or sets the increment 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 AutoIncrementStep As Long
public long AutoIncrementStep { get; set; }
public:
property long long AutoIncrementStep {
    long long get ();
    void set (long long value);
}
/** @property */
public long get_AutoIncrementStep ()

/** @property */
public void set_AutoIncrementStep (long value)
public function get AutoIncrementStep () : long

public function set AutoIncrementStep (value : long)

Property Value

The increment 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