ISessionController Interface

Definition

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

public interface class ISessionController
public interface ISessionController
type ISessionController = interface
Public Interface ISessionController

Methods

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.

Applies to