ParseOptions.BatchSeparator Property

 

Applies To: SQL Server 2016 Preview

Namespace:   Microsoft.SqlServer.Management.SqlParser.Parser
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

public string BatchSeparator { get; set; }
public:
property String^ BatchSeparator {
    String^ get();
    void set(String^ value);
}
member BatchSeparator : string with get, set
Public Property BatchSeparator As String

Property Value

Type: System.String

See Also

ParseOptions Class
Microsoft.SqlServer.Management.SqlParser.Parser Namespace

Return to top