Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the increment for the identity. Optional, may be nulla null reference (Nothing in Visual Basic).
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Increment As ScalarExpression
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The increment for the identity.