Share via


IScriptingOptions.DelimitStatements Property

Gets the specified limitation of a statement.

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

Syntax

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

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

Property Value

Type: System.Boolean
true if the statement has the specified limitation; otherwise, false.