Свойство IdentityFunctionCall.Increment

Gets or sets the increment for the identity. Optional, may be nullпустая ссылка (Nothing в Visual Basic).

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

Синтаксис

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

value = instance.Increment

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

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

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The increment for the identity.

См. также

Справочник

IdentityFunctionCall Класс

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