IScriptingOptions.ScriptTriggers Property

 

Applies To: SQL Server 2016 Preview

Gets a value indicating whether to include the definition for triggers in the generated script.

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

Syntax

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

Property Value

Type: System.Boolean

true if a triggers of a script is included; otherwise, false.

See Also

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

Return to top