Свойство IdentityOptions.IdentityIncrement

Gets or sets the incremental value added to the identity value of the previous loaded row.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property IdentityIncrement As ScalarExpression 
    Get 
    Set
'Применение
Dim instance As IdentityOptions 
Dim value As ScalarExpression 

value = instance.IdentityIncrement

instance.IdentityIncrement = value
public ScalarExpression IdentityIncrement { get; set; }
public:
property ScalarExpression^ IdentityIncrement {
    ScalarExpression^ get ();
    void set (ScalarExpression^ value);
}
member IdentityIncrement : ScalarExpression with get, set
function get IdentityIncrement () : ScalarExpression 
function set IdentityIncrement (value : ScalarExpression)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The incremental value added the identity value of the previous loaded row.

См. также

Справочник

IdentityOptions Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom