ColumnDefinition.IsIdentity-Eigenschaft

Ruft ab oder legt fest, ob dies eine Identitätsspalte ist.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.Boolean
Gibt True zurück, wenn es eine Identitätsspalte ist, andernfalls False.

.NET Framework-Sicherheit

Siehe auch

Referenz

ColumnDefinition Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace