次の方法で共有


UserDefinedFunctionEvent.Inequality 演算子

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

名前空間:  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
ユーザー定義関数イベントのセットを示す UserDefinedFunctionEventSet オブジェクトの値です。

使用例

SMO イベントの処理

関連項目

参照

UserDefinedFunctionEvent クラス

Microsoft.SqlServer.Management.Smo 名前空間