Partager via


ColumnDefinition.IsIdentity, propriété

Obtient ou définit s'il s'agit d'une colonne d'identité.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean
Retourne la valeur True s'il s'agit d'une colonne d'identité ; sinon, False.

Sécurité .NET Framework

Voir aussi

Référence

ColumnDefinition Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms