ISessionProvider Interface

 

defines the interface that component providers need to implement for the Session, the main object user code interacts with.

Namespace:   Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

public interface class ISessionProvider

NameDescription
System_CAPS_pubmethodGetAlterScript()

Sets the script to alter the session.

System_CAPS_pubmethodGetCreateScript()

Gets script create for this session.

System_CAPS_pubmethodGetDropScript()

Indicates the scripts drop for this session.

System_CAPS_pubmethodStart()

Starts this session.

System_CAPS_pubmethodStop()

Stops this session.

System_CAPS_pubmethodValidateAlter()

Sets the specific backend validations to Alter the session.

Return to top
Show: