Share via


IScriptingOptions.ScriptTriggers Property

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

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

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

Property Value

Type: System.Boolean
true if a triggers of a script is included; otherwise, false.