Column.IsIdentity Property

Gets or sets whether the specified object an identity column.

Namespace:  Microsoft.SqlServerCe.Management.Scripting.Schema
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
Public Property IsIdentity As Boolean
    Get
    Friend Set
'Usage
Dim instance As Column
Dim value As Boolean

value = instance.IsIdentity
public bool IsIdentity { get; internal set; }
public:
property bool IsIdentity {
    bool get ();
    internal: void set (bool value);
}
member IsIdentity : bool with get, internal set
function get IsIdentity () : boolean
internal function set IsIdentity (value : boolean)

Property Value

Type: System.Boolean
true if the column is an identity column; otherwise, false.

See Also

Reference

Column Class

Microsoft.SqlServerCe.Management.Scripting.Schema Namespace