SessionProviderBase Class

 

Represents the session provider base.

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

System::Object
  Microsoft.SqlServer.Management.XEvent::SessionProviderBase

public ref class SessionProviderBase abstract : ISessionProvider

NameDescription
System_CAPS_protmethodSessionProviderBase(Session^, String^, Func<String^, String^>^)

Initializes a new instance of the SessionProviderBase class with specified session script.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetAlterScript()

Gets the script alter for this session.

System_CAPS_pubmethodGetCreateScript()

Gets script create for this session.

System_CAPS_pubmethodGetDropScript()

Indicates the scripts drop for this session.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodStart()

Starts a process resource and associates it with a SessionProviderBase.

System_CAPS_pubmethodStop()

Stops the session of the provider base.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidateAlter()

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.

Return to top
Show: