Proprietà ISqlSimpleColumn.IdentityIncrement

Ottiene o imposta un incremento dell'identità da utilizzare per una colonna di identità.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property IdentityIncrement As SqlDecimal
    Get
    Set
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)

Valore proprietà

Tipo: System.Data.SqlTypes.SqlDecimal

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlSimpleColumn Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel