Partager via


Propriété DatabaseDdlTriggerEvent.DropApplicationRole

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

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

Syntaxe

'Déclaration
Public Shared ReadOnly Property DropApplicationRole As DatabaseDdlTriggerEvent 
    Get
'Utilisation
Dim value As DatabaseDdlTriggerEvent 

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

Valeur de propriété

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

Exemples

Gestion des événements SMO

Voir aussi

Référence

DatabaseDdlTriggerEvent Classe

Espace de noms Microsoft.SqlServer.Management.Smo