TableEvent Clase
The TableEvent object represents the SQL Server table events that can be included in a table event set.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public NotInheritable Class TableEvent
'Uso
Dim instance As TableEvent
public sealed class TableEvent
public ref class TableEvent sealed
[<SealedAttribute>]
type TableEvent = class end
public final class TableEvent
Notas
The TableEvent object contains a property for each event to which the table can respond. The actual set of events is specified using the TableEventSet object.
Thread Safety
Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Jerarquía de herencia
System. . :: . .Object
Microsoft.SqlServer.Management.Smo..::..TableEvent
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también