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) | Casts a single Table Event as a Table Event Set. | |
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 為共用) 成員具備多執行緒作業安全。不保證所有執行個體成員都是安全執行緒。
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。