Condividi tramite


Parser.SetCommandExecuter(ICommandExecuter) Metodo

Definizione

Imposta l'interfaccia dello strumento da riga di comando per l'esecuzione, che elabora comandi sqlcmd e il delimitatore di batch.

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

Parametri

pICommandExecuter
ICommandExecuter

Puntatore a un'interfaccia ICommandExecuter.

Si applica a