Поделиться через


Свойство Column.IdentitySeed

Gets or sets the identity seed for an identity column.

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

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property IdentitySeed As Long 
    Get 
    Set
'Применение
Dim instance As Column 
Dim value As Long 

value = instance.IdentitySeed

instance.IdentitySeed = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
public long IdentitySeed { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design)]
public:
property long long IdentitySeed {
    long long get ();
    void set (long long value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
member IdentitySeed : int64 with get, set
function get IdentitySeed () : long 
function set IdentitySeed (value : long)

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

Тип: System.Int64
An Int32 value that specifies the identity seed for an identity column.

Замечания

The identity seed is the amount that the identity column is set to initially for the first new row.

The Identity property must be set to True before setting this property.

Примеры

Работа с объектами базы данных

См. также

Справочник

Column Класс

Пространство имен Microsoft.SqlServer.Management.Smo

Другие ресурсы

Инструкция CREATE TABLE (Transact-SQL)