ColumnDefinition.IdentityIncrement Property
Gets or sets the identity increment.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property IdentityIncrement As Expression
public Expression IdentityIncrement { get; set; }
public:
property Expression^ IdentityIncrement {
Expression^ get ();
void set (Expression^ value);
}
member IdentityIncrement : Expression with get, set
function get IdentityIncrement () : Expression
function set IdentityIncrement (value : Expression)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.Expression
Remarks
Can only be an integer such as +3, -4, or 5.
.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.