Share via


ServerEvent.DropEventSession Property

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

Syntax

'Declaration
Public Shared ReadOnly Property DropEventSession As ServerEvent
    Get
'Usage
Dim value As ServerEvent

value = ServerEvent.DropEventSession
public static ServerEvent DropEventSession { get; }
public:
static property ServerEvent^ DropEventSession {
    ServerEvent^ get ();
}
static member DropEventSession : ServerEvent
static function get DropEventSession () : ServerEvent