ISessionController Interface

 

Represents an interface used for automating DTAShell application from external processes. It allows creating new tuning sessions from external processes.

Namespace:   Microsoft.SqlServer.Management.UI.VSIntegration
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

public interface class ISessionController

NameDescription
System_CAPS_pubmethodCreateSession(SqlConnectionInfo^, String^, String^)

Creates a new tuning session object on Xml provided.

System_CAPS_pubmethodCreateSessionFromQuery(SqlConnectionInfo^, String^, String^)

Creates a new default tuning session with T-SQL query as a definition.

Return to top
Show: