Share via


IScriptingOptions.ScriptBinding Property

Gets a value indicating whether the binding of the script is included.

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

Syntax

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

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

Property Value

Type: System.Boolean
true if the binding of the script is included; otherwise, false.