DatabaseEvent.DropTable 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Shared ReadOnly Property DropTable As DatabaseEvent 
    Get
用法
Dim value As DatabaseEvent 

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

属性值

类型:Microsoft.SqlServer.Management.Smo.DatabaseEvent
A DatabaseEvent object that represents the DropTable event that can be included in the database event set.

示例

处理 SMO 事件

请参阅

参考

DatabaseEvent 类

Microsoft.SqlServer.Management.Smo 命名空间