Свойство Increment
Gets the identity increment of the identity column.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
Public ReadOnly Property Increment As Long
Get
'Применение
Dim instance As IdentityColumnInfo
Dim value As Long
value = instance.Increment
public long Increment { get; }
public:
property long long Increment {
long long get ();
}
member Increment : int64
function get Increment () : long
Значение свойства
Тип: System. . :: . .Int64
The identity increment of the identity column.