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.