Свойство IdentityOptions.IdentitySeed

Gets or sets the identity seed value.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property IdentitySeed As ScalarExpression 
    Get 
    Set
'Применение
Dim instance As IdentityOptions 
Dim value As ScalarExpression 

value = instance.IdentitySeed

instance.IdentitySeed = value
public ScalarExpression IdentitySeed { get; set; }
public:
property ScalarExpression^ IdentitySeed {
    ScalarExpression^ get ();
    void set (ScalarExpression^ value);
}
member IdentitySeed : ScalarExpression with get, set
function get IdentitySeed () : ScalarExpression 
function set IdentitySeed (value : ScalarExpression)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The identity seed.

См. также

Справочник

IdentityOptions Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom