Свойство Seed
Gets the identity seed of the identity column.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
Public ReadOnly Property Seed As Long
Get
'Применение
Dim instance As IdentityColumnInfo
Dim value As Long
value = instance.Seed
public long Seed { get; }
public:
property long long Seed {
long long get ();
}
member Seed : int64
function get Seed () : long
Значение свойства
Тип: System. . :: . .Int64
The identity seed of the identity column.