Partager via


DropEventSession propriété

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property DropEventSession As ServerEvent
    Get
'Utilisation
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