ISessionProvider Interface
defines the interface that component providers need to implement for the Session, the main object user code interacts with.
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
| Name | Description | |
|---|---|---|
![]() | GetAlterScript() | Sets the script to alter the session. |
![]() | GetCreateScript() | Gets script create for this session. |
![]() | GetDropScript() | Indicates the scripts drop for this session. |
![]() | Start() | Starts this session. |
![]() | Stop() | Stops this session. |
![]() | ValidateAlter() | Sets the specific backend validations to Alter the session. |
Show:
