This topic has not yet been rated - Rate this topic

ScriptingOptions.ScriptBatchTerminator Property

Gets or sets the ScriptBatchTerminator property value.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

public bool ScriptBatchTerminator { get; set; }

Property Value

Type: System.Boolean
A Boolean that indicates whether a batch terminator is scripted or not.If True, the batch terminator is scripted. Otherwise, False (default).

The following code example specifies that the batch terminator will be scripted.

Visual Basic

Dim scOps As New ScriptingOptions()
scOps.ScriptBatchTerminator = true

PowerShell

$scOps = New-Object Microsoft.SqlServer.Management.Smo.ScriptingOptions
$scOps.ScriptBatchTerminator = $TRUE
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ