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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。