IScriptingOptions.ScriptChangeTracking Property

 

Applies To: SQL Server 2016 Preview

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

bool ScriptChangeTracking { get; }
property bool ScriptChangeTracking {
    bool get();
}
abstract ScriptChangeTracking : bool with get
ReadOnly Property ScriptChangeTracking As Boolean

Property Value

Type: System.Boolean

true if the change tracking information is included in the script; otherwise, false.

See Also

IScriptingOptions Interface
Microsoft.SqlServer.Management.UI.VSIntegration Namespace

Return to top