共用方式為


DropApplicationRole 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.SqlEnum (在 Microsoft.SqlServer.SqlEnum.dll 中)

語法

'宣告
Public Shared ReadOnly Property DropApplicationRole As DatabaseDdlTriggerEvent
    Get
'用途
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

屬性值

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