Condividi tramite


Proprietà IdentityFunctionCall.Increment

Gets or sets the increment for the identity. Optional, may be nullriferimento Null (Nothing in Visual Basic)..

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public Property Increment As ScalarExpression 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The increment for the identity.

Vedere anche

Riferimento

IdentityFunctionCall Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom