Parser.SetCommandExecuter(ICommandExecuter) Method

Definition

Sets the command executer interface, which processes sqlcmd commands and the batch delimiter.

public:
 void SetCommandExecuter(ManagedBatchParser::ICommandExecuter ^ pICommandExecuter);
public void SetCommandExecuter (ManagedBatchParser.ICommandExecuter pICommandExecuter);
member this.SetCommandExecuter : ManagedBatchParser.ICommandExecuter -> unit
Public Sub SetCommandExecuter (pICommandExecuter As ICommandExecuter)

Parameters

pICommandExecuter
ICommandExecuter

A pointer to the ICommandExecuter interface.

Applies to