Classe TableEvent

The TableEvent object represents the SQL Server table events that can be included in a table event set.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Management.Smo.TableEvent

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class TableEvent
'Utilizzo
Dim instance As TableEvent
public sealed class TableEvent
public ref class TableEvent sealed
[<SealedAttribute>]
type TableEvent =  class end
public final class TableEvent

Nel tipo TableEvent sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblicaMembro statico AlterFulltextIndex Gets the Alter Full Text Index event.
Proprietà pubblicaMembro statico AlterIndex Gets a table event that can be included in the event set.
Proprietà pubblicaMembro statico AlterTable Gets a table event that can be included in the event set.
Proprietà pubblicaMembro statico CreateFulltextIndex Gets the Create Full Text Index event.
Proprietà pubblicaMembro statico CreateIndex Gets a table event that can be included in the event set.
Proprietà pubblicaMembro statico CreateSpatialIndex Gets the Create Spatial Index event.
Proprietà pubblicaMembro statico CreateStatistics Gets a table event that can be included in the event set.
Proprietà pubblicaMembro statico CreateXmlIndex Gets a table event that can be included in the event set.
Proprietà pubblicaMembro statico DropFulltextIndex Gets the Drop Full Text Index event.
Proprietà pubblicaMembro statico DropIndex Gets a table event that can be included in the event set.
Proprietà pubblicaMembro statico DropStatistics Gets a table event that can be included in the event set.
Proprietà pubblicaMembro statico DropTable Gets a table event that can be included in the event set.
Proprietà pubblicaMembro statico UpdateStatistics Gets a table event that can be included in the event set.

In alto

Metodi

  Nome Descrizione
Metodo pubblicoMembro statico Add Adds two events resulting in an Event Set.
Metodo pubblicoMembro statico BitwiseOr Combines two Table Events using a Bitwise OR to create a new Table Event Set.
Metodo pubblico Equals Determines whether the referenced table event object is equal to a specified object. Esegue l'override di Object.Equals(Object).
Metodo pubblico GetHashCode Gets the Hash Code for an event. Esegue l'override di Object.GetHashCode().
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Returns the referenced object in string format. Esegue l'override di Object.ToString().

In alto

Operatori

  Nome Descrizione
Operatore pubblicoMembro statico Addition Creates a table event set by performing an addition operation on two TableEvent objects.
Operatore pubblicoMembro statico BitwiseOr Creates a table event set by performing a bitwise OR operation on two TableEvent objects.
Operatore pubblicoMembro statico Equality Creates a table event set by performing an equality operation on two TableEvent objects.
Operatore pubblicoMembro statico Implicit(TableEvent to TableEventSet) Casts a single Table Event as a Table Event Set.
Operatore pubblicoMembro statico Inequality Creates a table event set by performing an inequality operation on two TableEvent objects.

In alto

Osservazioni

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

Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Gestione degli eventi SMO