共用方式為


UserDefinedFunctionEvent.Equality 運算子

Creates a user-defined function event set by performing an equality operation on two UserDefinedFunctionEvent objects.

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

語法

'宣告
Public Shared Operator = ( _
    a As UserDefinedFunctionEvent, _
    b As UserDefinedFunctionEvent _
) As Boolean
'用途
Dim a As UserDefinedFunctionEvent 
Dim b As UserDefinedFunctionEvent 
Dim returnValue As Boolean 

returnValue = (a = b)
public static bool operator ==(
    UserDefinedFunctionEvent a,
    UserDefinedFunctionEvent b
)
public:
static bool operator ==(
    UserDefinedFunctionEvent^ a, 
    UserDefinedFunctionEvent^ b
)
static let inline(=)
        a:UserDefinedFunctionEvent * 
        b:UserDefinedFunctionEvent  : bool
JScript 支援多載運算子的使用,但不支援新運算子的宣告。

參數

傳回值

型別:System.Boolean
A UserDefinedFunctionEventSet object value that specifies a set of user-defined function events.

範例

處理 SMO 事件

請參閱

參考

UserDefinedFunctionEvent 類別

Microsoft.SqlServer.Management.Smo 命名空間