Parser.SetCommandExecuter(ICommandExecuter) Método

Definición

Establece la interfaz ejecutor de comandos, que procesa comandos sqlcmd y el delimitador por lotes.

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

Parámetros

pICommandExecuter
ICommandExecuter

Un puntero a la interfaz ICommandExecuter.

Se aplica a