TableEvent 类

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

继承层次结构

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public NotInheritable Class TableEvent
用法
Dim instance As TableEvent
public sealed class TableEvent
public ref class TableEvent sealed
[<SealedAttribute>]
type TableEvent =  class end
public final class TableEvent

TableEvent 类型公开以下成员。

属性

  名称 说明
公共属性静态成员 AlterFulltextIndex Gets the Alter Full Text Index event.
公共属性静态成员 AlterIndex Gets a table event that can be included in the event set.
公共属性静态成员 AlterTable Gets a table event that can be included in the event set.
公共属性静态成员 CreateFulltextIndex Gets lthe Create Full Text Index event.
公共属性静态成员 CreateIndex Gets a table event that can be included in the event set.
公共属性静态成员 CreateSpatialIndex Gets the Create Spatial Index event.
公共属性静态成员 CreateStatistics Gets a table event that can be included in the event set.
公共属性静态成员 CreateXmlIndex Gets a table event that can be included in the event set.
公共属性静态成员 DropFulltextIndex Gets the Drop Full Text Index event.
公共属性静态成员 DropIndex Gets a table event that can be included in the event set.
公共属性静态成员 DropStatistics Gets a table event that can be included in the event set.
公共属性静态成员 DropTable Gets a table event that can be included in the event set.
公共属性静态成员 UpdateStatistics Gets a table event that can be included in the event set.

页首

方法

  名称 说明
公共方法静态成员 Add Adds two events resulting in an Event Set.
公共方法静态成员 BitwiseOr Combines two Table Events using a Bitwise OR to create a new Table Event Set.
公共方法 Equals Determines whether the referenced table event object is equal to a specified object. (覆盖 Object. . :: . .Equals(Object)。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode Gets Hash Code for an event. (覆盖 Object. . :: . .GetHashCode() () () ()。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString Returns the referenced object in string format. (覆盖 Object. . :: . .ToString() () () ()。)

页首

运算符

  名称 说明
公共运算符静态成员 Addition Creates a table event set by performing an addition operation on two TableEvent objects.
公共运算符静态成员 BitwiseOr Creates a table event set by performing a bitwise OR operation on two TableEvent objects.
公共运算符静态成员 Equality Creates a table event set by performing an equality operation on two TableEvent objects.
公共运算符静态成员 Implicit Widening Implicit Implicit Implicit(TableEvent to TableEventSet)
公共运算符静态成员 Inequality Creates a table event set by performing an inequality operation on two TableEvent objects.

页首

注释

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

此类型的任何公共静态(Microsoft Visual Basic 中的 Shared)成员在多线程操作中是安全的。 不保证所有实例成员都对于线程安全的。

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。