ISessionController Interface
Represents an interface used for automating DTAShell application from external processes. It allows creating new tuning sessions from external processes.
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
| Name | Description | |
|---|---|---|
![]() | CreateSession(SqlConnectionInfo^, String^, String^) | Creates a new tuning session object on Xml provided. |
![]() | CreateSessionFromQuery(SqlConnectionInfo^, String^, String^) | Creates a new default tuning session with T-SQL query as a definition. |
Show:
