Compartir a través de


DropEventSession Propiedad

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Shared ReadOnly Property DropEventSession As ServerEvent
    Get
'Uso
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