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 increment 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 IdentityIncrement As SqlDecimal
SqlDecimal IdentityIncrement { get; set; }
property SqlDecimal IdentityIncrement {
SqlDecimal get ();
void set (SqlDecimal value);
}
abstract IdentityIncrement : SqlDecimal with get, set
function get IdentityIncrement () : SqlDecimal
function set IdentityIncrement (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.