Partager via


Propriété IdentityFunctionCall.Increment

Gets or sets the increment for the identity. Optional, may be nullune référence Null (Nothing dans Visual Basic).

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property Increment As ScalarExpression 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

IdentityFunctionCall Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom