ScriptOptions.NoIdentities Property

Gets or sets a value that indicates whether definitions of identity property seed and increment are included in the generated script.

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

Syntax

'Declaration
Public Property NoIdentities As Boolean
    Get
    Set
'Usage
Dim instance As ScriptOptions
Dim value As Boolean

value = instance.NoIdentities

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

Property Value

Type: System.Boolean
true if the definitions of identity property seed and increment are included in the generated script; otherwise, false.

See Also

Reference

ScriptOptions Class

Microsoft.SqlServerCe.Management.Scripting Namespace