Share via


DatabaseEvent.DropCertificate-Eigenschaft

Gets a database event that can be included in the event set.

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

Syntax

'Declaration
Public Shared ReadOnly Property DropCertificate As DatabaseEvent 
    Get
'Usage
Dim value As DatabaseEvent 

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

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Smo.DatabaseEvent
A DatabaseEvent object that represents the DropCertificate event that can be included in the database event set.

Beispiele

Behandeln von SMO-Ereignissen

Siehe auch

Verweis

DatabaseEvent Klasse

Microsoft.SqlServer.Management.Smo-Namespace