Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the identity seed to use for an identity column.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property IdentitySeed As SqlDecimal
SqlDecimal IdentitySeed { get; set; }
property SqlDecimal IdentitySeed {
SqlDecimal get ();
void set (SqlDecimal value);
}
abstract IdentitySeed : SqlDecimal with get, set
function get IdentitySeed () : SqlDecimal
function set IdentitySeed (value : SqlDecimal)
Property Value
Type: System.Data.SqlTypes.SqlDecimal
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.