共用方式為


SqlAssemblyEvent 類別

The SqlAssemblyEvent object represents the SQL Server assembly events that can be included in an assembly event set.

繼承階層

System.Object
  Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public NotInheritable Class SqlAssemblyEvent
'用途
Dim instance As SqlAssemblyEvent
public sealed class SqlAssemblyEvent
public ref class SqlAssemblyEvent sealed
[<SealedAttribute>]
type SqlAssemblyEvent =  class end
public final class SqlAssemblyEvent

SqlAssemblyEvent 型別公開下列成員。

屬性

  名稱 說明
公用屬性靜態成員 AlterAssembly Gets an assembly event that can be included in the event set.
公用屬性靜態成員 DropAssembly Gets an assembly event that can be included in the event set.

上層

方法

  名稱 說明
公用方法靜態成員 Add Returns an SQL assembly event set that is created by adding two SQL assembly events together.
公用方法靜態成員 BitwiseOr Returns a SqlAssemblyEventSet as a result of a bitwise OR operation on two Sql Assembly Events.
公用方法 Equals Determines whether the referenced assembly event object is equal to a specified object. (覆寫 Object.Equals(Object)。)
公用方法 GetHashCode This method supports the SQL Server infrastructure and is not intended to be used directly from your code. (覆寫 Object.GetHashCode()。)
公用方法 GetType (繼承自 Object。)
公用方法 ToString Returns the referenced object in string format. (覆寫 Object.ToString()。)

上層

運算子

  名稱 說明
公用運算子靜態成員 Addition Creates an assembly event set by performing an addition operation on two SqlAssemblyEvent objects.
公用運算子靜態成員 BitwiseOr Creates an assembly event set by performing a bitwise OR operation on two ServerEvent objects.
公用運算子靜態成員 Equality Creates an assembly event set by performing an equality operation on two SqlAssemblyEvent objects.
公用運算子靜態成員 Implicit(SqlAssemblyEvent to SqlAssemblyEventSet) Casts a single SqlAssemblyEvent as an SqlAssemblyEventSet.
公用運算子靜態成員 Inequality Creates an assembly event set by performing an inequality operation on two SqlAssemblyEvent objects.

上層

備註

The SqlAssemblyEvent object contains a property for each event to which assembly can respond. The actual set of events is specified using the SqlAssemblyEventSet object.

Thread Safety

此型別的任何公用靜態 (在 Microsoft Visual Basic 為共用) 成員具備多執行緒作業安全。並非所有的執行個體成員都是安全執行緒。

範例

處理 SMO 事件

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.SqlServer.Management.Smo 命名空間