TableEvent.DropTable-Eigenschaft
Gets a table event that can be included in the event set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared ReadOnly Property DropTable As TableEvent
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo.TableEvent
A TableEvent object that represents the DropTable event that can be included in the table event set.
Beispiele
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo-Namespace