Condividi tramite


ICommandExecuter2 Interfaccia

Definizione

Contiene un metodo per la connessione a SQL Server.

public interface class ICommandExecuter2 : ManagedBatchParser::ICommandExecuter
public interface ICommandExecuter2 : ManagedBatchParser.ICommandExecuter
type ICommandExecuter2 = interface
    interface ICommandExecuter
Public Interface ICommandExecuter2
Implements ICommandExecuter
Implementazioni

Metodi

Connect(Int32, String, String, String)

Stabilisce la connessione a un'istanza di SQL Server.

(Ereditato da ICommandExecuter)
Connect(Int32, String, String, String, Boolean, Boolean)

Esegue la connessione a un'istanza di SQL Server.

Ed(String, IBatchSource)

Modifica l'ultimo batch e quello corrente, quindi analizza di nuovo.

(Ereditato da ICommandExecuter)
Error(OutputDestination, String)

Definisce l'output nell'errore.

(Ereditato da ICommandExecuter)
ExecuteShellCommand(String)

Esegue un comando della shell.

(Ereditato da ICommandExecuter)
Exit(String, String)

Esegue l'ultimo batch e l'ultimo parametro, quindi esce.

(Ereditato da ICommandExecuter)
Help()

Visualizza la Guida.

(Ereditato da ICommandExecuter)
IncludeFileName(String, IBatchSource)

Analizza il file specificato, come se fosse parte del file corrente.

(Ereditato da ICommandExecuter)
List(String)

Elenca i batch.

(Ereditato da ICommandExecuter)
ListVar(String)

Restituisce l'elenco di variabili.

(Ereditato da ICommandExecuter)
OnError(ErrorAction)

Definisce l'azione da intraprendere sull'errore.

(Ereditato da ICommandExecuter)
Out(OutputDestination, String)

Definisce l'output dei comandi.

(Ereditato da ICommandExecuter)
PerfTrace(OutputDestination, String)

Definisce l'output della traccia delle prestazioni.

(Ereditato da ICommandExecuter)
ProcessBatch(String, Int32)

Elabora il batch quando viene rilevato un delimitatore di batch.

(Ereditato da ICommandExecuter)
Quit()

Arresta l'esecuzione del batch, quindi esce.

(Ereditato da ICommandExecuter)
Reset()

Cancella il batch Transact-SQL.

(Ereditato da ICommandExecuter)
ServerList()

Restituisce un elenco dei server che sono disponibili tramite il provider.

(Ereditato da ICommandExecuter)
Xml(XmlStatus)

Attiva o disattiva la modalità XML.

(Ereditato da ICommandExecuter)

Si applica a