Parser.SetCommandExecuter(ICommandExecuter) 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 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.