IdentityFunction.Increment Property
Gets or sets the increment for the identity.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property Increment As Expression
public Expression Increment { get; set; }
public:
property Expression^ Increment {
Expression^ get ();
void set (Expression^ value);
}
member Increment : Expression with get, set
function get Increment () : Expression
function set Increment (value : Expression)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.Expression
Remarks
Optional, may be null.
.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.