Table.HasIdentityColumn Property

Gets or sets whether the table has an identity column.

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

Syntax

'Declaration
Public Property HasIdentityColumn As Boolean
    Get
    Friend Set
'Usage
Dim instance As Table
Dim value As Boolean

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

Property Value

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

See Also

Reference

Table Class

Microsoft.SqlServerCe.Management.Scripting.Schema Namespace