ColumnDefinition.IdentitySeed Property
Gets or sets the identity seed.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property IdentitySeed As Expression
public Expression IdentitySeed { get; set; }
public:
property Expression^ IdentitySeed {
Expression^ get ();
void set (Expression^ value);
}
member IdentitySeed : Expression with get, set
function get IdentitySeed () : Expression
function set IdentitySeed (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.