IdentityFunctionCall.Seed Property
SQL Server 2012
Gets or sets the seed for the identity.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration Public Property Seed As ScalarExpression Get Set 'Usage Dim instance As IdentityFunctionCall Dim value As ScalarExpression value = instance.Seed instance.Seed = value
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpressionThe seed for the identity.
