DatabaseEvent.DropAssembly 属性

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 DropAssembly As DatabaseEvent 
    Get
用法
Dim value As DatabaseEvent 

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

属性值

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

示例

处理 SMO 事件

请参阅

参考

DatabaseEvent 类

Microsoft.SqlServer.Management.Smo 命名空间