Condividi tramite


Proprietà ColumnDefinition.IsIdentity

Ottiene o imposta un valore che indica se si tratta di una colonna di identità.

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

Sintassi

'Dichiarazione
Public Property IsIdentity As Boolean
    Get
    Set
public bool IsIdentity { get; set; }
public:
property bool IsIdentity {
    bool get ();
    void set (bool value);
}
member IsIdentity : bool with get, set
function get IsIdentity () : boolean
function set IsIdentity (value : boolean)

Valore proprietà

Tipo: System.Boolean
Restituisce true se si tratta di una colonna di identità; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ColumnDefinition Classe

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