DatabaseEvent.DropCertificate Property

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

Property Value

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

Examples

Handling SMO Events

See Also

Reference

DatabaseEvent Class

Microsoft.SqlServer.Management.Smo Namespace