SessionProviderBase Class
Represents the session provider base.
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
| Name | Description | |
|---|---|---|
![]() | SessionProviderBase(Session^, String^, Func<String^, String^>^) | Initializes a new instance of the SessionProviderBase class with specified session script. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetAlterScript() | Gets the script alter for this session. |
![]() | GetCreateScript() | Gets script create for this session. |
![]() | GetDropScript() | Indicates the scripts drop for this session. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Start() | Starts a process resource and associates it with a SessionProviderBase. |
![]() | Stop() | Stops the session of the provider base. |
![]() | ToString() | (Inherited from Object.) |
![]() | ValidateAlter() | Sets the specific backend validations to Alter the session. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

