Drop 属性

Gets an object event that can be included in the event set.

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

语法

声明
Public Shared ReadOnly Property Drop As ObjectEvent
    Get
用法
Dim value As ObjectEvent

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

属性值

类型:Microsoft.SqlServer.Management.Smo. . :: . .ObjectEvent
An ObjectEvent object that represents the Drop event that can be included in the object event set.