Share via


IScriptingOptions.BatchSeparator Property

Gets a value that separates script into batches.

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

Syntax

'Declaration
ReadOnly Property BatchSeparator As String
    Get
'Usage
Dim instance As IScriptingOptions
Dim value As String

value = instance.BatchSeparator
string BatchSeparator { get; }
property String^ BatchSeparator {
    String^ get ();
}
abstract BatchSeparator : string
function get BatchSeparator () : String

Property Value

Type: System.String
A string that represents the batches of the scripts.