ISessionProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
defines the interface that component providers need to implement for the Session, the main object user code interacts with.
public interface ISessionProvider
type ISessionProvider = interface
Public Interface ISessionProvider
- Derived
Methods
GetAlterScript() |
Script alter for this session. |
GetCreateScript() |
Script create for this session. |
GetDropScript() |
Scripts drop for this session |
Start() |
Starts this session. |
Stop() |
Stops this session. |
ValidateAlter() |
backend specfic validations to Alter the session. |