ISessionObject Interface

 

Defines the interface that the objects need to implement for the session.

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

public interface class ISessionObject

NameDescription
System_CAPS_pubpropertyState

Gets the state of the object.

NameDescription
System_CAPS_pubmethodGetCreateScript()

Returns the script create for this session.

System_CAPS_pubmethodGetDropScript()

Returns the scripts drop for this session.

System_CAPS_pubmethodIsDirty()

Determines whether the specified object is dirty.

Return to top
Show: