UserDefinedFunctionEvent 類別
UserDefinedFunctionEvent 物件代表可以包含在使用者定義函數事件集內的 SQL Server 使用者定義函數事件。
繼承階層
System. . :: . .Object
Microsoft.SqlServer.Management.Smo..::..UserDefinedFunctionEvent
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public NotInheritable Class UserDefinedFunctionEvent
'用途
Dim instance As UserDefinedFunctionEvent
public sealed class UserDefinedFunctionEvent
public ref class UserDefinedFunctionEvent sealed
[<SealedAttribute>]
type UserDefinedFunctionEvent = class end
public final class UserDefinedFunctionEvent
UserDefinedFunctionEvent 型別公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
Add | 將兩個使用者定義函數事件相加,建立使用者定義函數事件集。 | |
BitwiseOr | 使用位元 OR 結合兩個使用者定義函數事件,建立使用者定義函數事件集。 | |
Equals | 判斷參考的使用者定義函數事件物件是否等於指定的物件。 (覆寫 Object. . :: . .Equals(Object)。) | |
Finalize | (繼承自 Object。) | |
GetHashCode | 此方法支援 SQL Server 基礎結構,但無法直接從您的程式碼使用。 (覆寫 Object. . :: . .GetHashCode() () () ()。) | |
GetType | (繼承自 Object。) | |
MemberwiseClone | (繼承自 Object。) | |
ToString | 傳回字串格式的參考物件。 (覆寫 Object. . :: . .ToString() () () ()。) |
上層
運算子
名稱 | 說明 | |
---|---|---|
Addition | 在兩個 UserDefinedFunctionEvent 物件上執行加法運算,建立使用者定義函數事件集。 | |
BitwiseOr | 在兩個 UserDefinedFunctionEvent 物件上執行位元 OR 運算,建立使用者定義函數事件集。 | |
Equality | 在兩個 UserDefinedFunctionEvent 物件上執行等號比較運算,建立使用者定義函數事件集。 | |
Implicit Widening Implicit Implicit Implicit(UserDefinedFunctionEvent to UserDefinedFunctionEventSet) | 將單一使用者定義函數事件轉換為使用者定義函數事件集。 | |
Inequality | 在兩個 UserDefinedFunctionEvent 物件上執行不等比較運算,建立使用者定義函數事件集。 |
上層
備註
The UserDefinedFunctionEvent object contains a property for each event to which a user-defined function can respond. The actual set of events is specified by using the UserDefinedFunctionEventSet object.
Thread Safety
此型別的任何公用靜態 (在 Microsoft Visual Basic 為共用) 成員具備多執行緒作業安全。不保證所有執行個體成員都是安全執行緒。
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。