次の方法で共有


UserDefinedFunctionEvent.Addition 演算子

2 つの UserDefinedFunctionEvent オブジェクトの加算演算を実行することによって、ユーザー定義関数イベントのセットを作成します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Shared Operator + ( _
    eventLeft As UserDefinedFunctionEvent, _
    eventRight As UserDefinedFunctionEvent _
) As UserDefinedFunctionEventSet
'使用
Dim eventLeft As UserDefinedFunctionEvent 
Dim eventRight As UserDefinedFunctionEvent 
Dim returnValue As UserDefinedFunctionEventSet 

returnValue = (eventLeft + eventRight)
public static UserDefinedFunctionEventSet operator +(
    UserDefinedFunctionEvent eventLeft,
    UserDefinedFunctionEvent eventRight
)
public:
static UserDefinedFunctionEventSet^ operator +(
    UserDefinedFunctionEvent^ eventLeft, 
    UserDefinedFunctionEvent^ eventRight
)
static let inline(+)
        eventLeft:UserDefinedFunctionEvent * 
        eventRight:UserDefinedFunctionEvent  : UserDefinedFunctionEventSet
JScript はオーバーロードされた演算子の使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

戻り値

型: Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet
ユーザー定義関数イベントのセットを示す UserDefinedFunctionEventSet オブジェクトの値です。

使用例

SMO イベントの処理

関連項目

参照

UserDefinedFunctionEvent クラス

Microsoft.SqlServer.Management.Smo 名前空間