IScriptingOptions.BatchSeparator Property

 

Applies To: SQL Server 2016 Preview

Gets a value that separates script into batches.

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

Syntax

string BatchSeparator { get; }
property String^ BatchSeparator {
    String^ get();
}
abstract BatchSeparator : string with get
ReadOnly Property BatchSeparator As String

Property Value

Type: System.String

A string that represents the batches of the scripts.

See Also

IScriptingOptions Interface
Microsoft.SqlServer.Management.UI.VSIntegration Namespace

Return to top