IScriptingOptions.IncludeIdentity Property
Gets a value indicating whether the definitions of the identity property seed and increment are included in the generated script.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property IncludeIdentity As Boolean
Get
'Usage
Dim instance As IScriptingOptions
Dim value As Boolean
value = instance.IncludeIdentity
bool IncludeIdentity { get; }
property bool IncludeIdentity {
bool get ();
}
abstract IncludeIdentity : bool
function get IncludeIdentity () : boolean
Property Value
Type: System.Boolean
true if the identity is included in the script; otherwise, false.