ParseOptions(String) Constructor

Definition

Creates a ParseOption object.

public:
 ParseOptions(System::String ^ batchSeparator);
public ParseOptions (string batchSeparator);
new Microsoft.SqlServer.Management.BatchParser.ParseOptions : string -> Microsoft.SqlServer.Management.BatchParser.ParseOptions
Public Sub New (batchSeparator As String)

Parameters

batchSeparator
String

Batch separator string.

Remarks

A BatchSeparator cannot contain any of the following characters: whitespace, newline, carriage return, single quote, double quote, open square bracket, dollar sign, or forward slash. The first character of the batchSeparator string cannot be a digit.

Applies to