Proprietà ISqlSimpleColumn.IsIdentity

Ottiene o imposta un valore che indica se la colonna è 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 IsIdentity As Boolean
    Get
    Set
bool IsIdentity { get; set; }
property bool IsIdentity {
    bool get ();
    void set (bool value);
}
abstract IsIdentity : bool with get, set
function get IsIdentity () : boolean
function set IsIdentity (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlSimpleColumn Interfaccia

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