次の方法で共有


ServiceQueueEvent.Inequality 演算子

2 つの ServiceQueueEvent オブジェクトの非等価演算を実行することによって、サービス キュー イベントのセットを作成します。

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

構文

'宣言
Public Shared Operator <> ( _
    a As ServiceQueueEvent, _
    b As ServiceQueueEvent _
) As Boolean
'使用
Dim a As ServiceQueueEvent 
Dim b As ServiceQueueEvent 
Dim returnValue As Boolean 

returnValue = (a <> b)
public static bool operator !=(
    ServiceQueueEvent a,
    ServiceQueueEvent b
)
public:
static bool operator !=(
    ServiceQueueEvent^ a, 
    ServiceQueueEvent^ b
)
static let inline(<>)
        a:ServiceQueueEvent * 
        b:ServiceQueueEvent  : bool
JScript はオーバーロードされた演算子の使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

戻り値

型: System.Boolean
サービス キュー イベントのセットを示す ServiceQueueEventSet オブジェクトの値です。

使用例

SMO イベントの処理

関連項目

参照

ServiceQueueEvent クラス

Microsoft.SqlServer.Management.Smo 名前空間