Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a database DDL trigger event that can be included in the event set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Shared ReadOnly Property DropApplicationRole As DatabaseDdlTriggerEvent
Get
'Usage
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
Property Value
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.