TableEvent.DropTable 속성

Gets a table 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 TableEvent 
    Get
‘사용 방법
Dim value As TableEvent 

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

속성 값

유형: Microsoft.SqlServer.Management.Smo.TableEvent
A TableEvent object that represents the DropTable event that can be included in the table event set.

SMO 이벤트 처리

참고 항목

참조

TableEvent 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

SMO 이벤트 처리