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)

Syntax

'Declaration
Public Interface ISessionController
'Usage
Dim instance As ISessionController
public interface ISessionController
public interface class ISessionController
type ISessionController =  interface end
public interface ISessionController

The ISessionController type exposes the following members.

Methods

  Name Description
Public method CreateSession Creates a new tuning session object on Xml provided.
Public method CreateSessionFromQuery Creates a new default tuning session with T-SQL query as a definition.

Top