Parser.SetBatchDelimiter(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the new batch delimiter. By default, the batch delimiter is GO.
public:
void SetBatchDelimiter(System::String ^ strBatchDelimiter);
public void SetBatchDelimiter(string strBatchDelimiter);
member this.SetBatchDelimiter : string -> unit
Public Sub SetBatchDelimiter (strBatchDelimiter As String)
Parameters
- strBatchDelimiter
- String
The batch delimiter.