Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.