Partager via


Propriété IdentityOptions.IdentityIncrement

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

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

Syntaxe

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

Valeur de propriété

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

Voir aussi

Référence

IdentityOptions Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom