SessionProviderBase Class
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.
Sql provider for Session.
public abstract class SessionProviderBase : Microsoft.SqlServer.Management.XEvent.ISessionProvider
type SessionProviderBase = class
interface ISessionProvider
Public MustInherit Class SessionProviderBase
Implements ISessionProvider
- Inheritance
-
SessionProviderBase
- Implements
Constructors
SessionProviderBase(Session, String, Func<String,String>) |
Constructs a new SessionProviderBase for the given session. |
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. NB: In case of sql engine the Alter statement is not atomic so it uses a dummy session to validate before executing alter on the actual session. |