Parser.SetCommandExecuter(ICommandExecuter) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.