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.