Share via


IScriptingOptions.ScriptChangeTracking Property

Gets a value indicating whether the script includes the change tracking information.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property ScriptChangeTracking As Boolean
    Get
'Usage
Dim instance As IScriptingOptions
Dim value As Boolean

value = instance.ScriptChangeTracking
bool ScriptChangeTracking { get; }
property bool ScriptChangeTracking {
    bool get ();
}
abstract ScriptChangeTracking : bool
function get ScriptChangeTracking () : boolean

Property Value

Type: System.Boolean
true if the change tracking information is included in the script; otherwise, false.