This topic has not yet been rated - Rate this topic

IdentityOptions.IdentitySeed Property

SQL Server 2012

Gets or sets the identity seed value.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration
Public Property IdentitySeed As ScalarExpression 
	Get 
	Set
'Usage
Dim instance As IdentityOptions 
Dim value As ScalarExpression 

value = instance.IdentitySeed

instance.IdentitySeed = value
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.