Propriedade do RDL IdentityFunctionCall.Increment
Gets or sets the increment for the identity. Optional, may be nulluma referência nula (Nothing no Visual Basic).
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property Increment As ScalarExpression
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The increment for the identity.