ISqlSimpleColumn.IdentitySeed Property
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property IdentitySeed As SqlDecimal
'Usage
Dim instance As ISqlSimpleColumn
Dim value As SqlDecimal
value = instance.IdentitySeed
instance.IdentitySeed = value
SqlDecimal IdentitySeed { get; set; }
property SqlDecimal IdentitySeed {
SqlDecimal get ();
void set (SqlDecimal value);
}
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.