Udostępnij przez


TableEvent Members

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

The following tables list the members exposed by the TableEvent type.

Public Properties

  Name Description
ms220516.pubproperty(pl-pl,SQL.100).gifms220516.static(pl-pl,SQL.100).gif AlterFulltextIndex Gets the Alter Full Text Index event.
ms220516.pubproperty(pl-pl,SQL.100).gifms220516.static(pl-pl,SQL.100).gif AlterIndex Gets a table event that can be included in the event set.
ms220516.pubproperty(pl-pl,SQL.100).gifms220516.static(pl-pl,SQL.100).gif AlterTable Gets a table event that can be included in the event set.
ms220516.pubproperty(pl-pl,SQL.100).gifms220516.static(pl-pl,SQL.100).gif CreateFulltextIndex Gets lthe Create Full Text Index event.
ms220516.pubproperty(pl-pl,SQL.100).gifms220516.static(pl-pl,SQL.100).gif CreateIndex Gets a table event that can be included in the event set.
ms220516.pubproperty(pl-pl,SQL.100).gifms220516.static(pl-pl,SQL.100).gif CreateSpatialIndex Gets the Create Spatial Index event.
ms220516.pubproperty(pl-pl,SQL.100).gifms220516.static(pl-pl,SQL.100).gif CreateStatistics Gets a table event that can be included in the event set.
ms220516.pubproperty(pl-pl,SQL.100).gifms220516.static(pl-pl,SQL.100).gif CreateXmlIndex Gets a table event that can be included in the event set.
ms220516.pubproperty(pl-pl,SQL.100).gifms220516.static(pl-pl,SQL.100).gif DropFulltextIndex Gets the Drop Full Text Index event.
ms220516.pubproperty(pl-pl,SQL.100).gifms220516.static(pl-pl,SQL.100).gif DropIndex Gets a table event that can be included in the event set.
ms220516.pubproperty(pl-pl,SQL.100).gifms220516.static(pl-pl,SQL.100).gif DropStatistics Gets a table event that can be included in the event set.
ms220516.pubproperty(pl-pl,SQL.100).gifms220516.static(pl-pl,SQL.100).gif DropTable Gets a table event that can be included in the event set.
ms220516.pubproperty(pl-pl,SQL.100).gifms220516.static(pl-pl,SQL.100).gif UpdateStatistics Gets a table event that can be included in the event set.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms220516.pubmethod(pl-pl,SQL.100).gifms220516.static(pl-pl,SQL.100).gif Add Adds two events resulting in an Event Set.
ms220516.pubmethod(pl-pl,SQL.100).gifms220516.static(pl-pl,SQL.100).gif BitwiseOr Combines two Table Events using a Bitwise OR to create a new Table Event Set.
ms220516.pubmethod(pl-pl,SQL.100).gif Equals Overloaded. Overridden. Specifies if two Table Events are equal.
ms220516.pubmethod(pl-pl,SQL.100).gif GetHashCode Overridden. Gets Hash Code for an event.
ms220516.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms220516.pubmethod(pl-pl,SQL.100).gifms220516.static(pl-pl,SQL.100).gif op_Addition Creates a table event set by performing an addition operation on two TableEvent objects.
ms220516.pubmethod(pl-pl,SQL.100).gifms220516.static(pl-pl,SQL.100).gif op_BitwiseOr Creates a table event set by performing a bitwise OR operation on two TableEvent objects.
ms220516.pubmethod(pl-pl,SQL.100).gifms220516.static(pl-pl,SQL.100).gif op_Equality Creates a table event set by performing an equality operation on two TableEvent objects.
ms220516.pubmethod(pl-pl,SQL.100).gifms220516.static(pl-pl,SQL.100).gif op_Implicit  
ms220516.pubmethod(pl-pl,SQL.100).gifms220516.static(pl-pl,SQL.100).gif op_Inequality Creates a table event set by performing an inequality operation on two TableEvent objects.
ms220516.pubmethod(pl-pl,SQL.100).gifms220516.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms220516.pubmethod(pl-pl,SQL.100).gif ToString Overridden. Returns the referenced object in string format.

Top

Protected Methods

  Name Description
ms220516.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms220516.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top