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 はオーバーロードされた演算子の使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- a
型: Microsoft.SqlServer.Management.Smo. . :: . .ServiceQueueEvent
サービス キュー イベントを示す ServiceQueueEvent オブジェクトです。
- b
型: Microsoft.SqlServer.Management.Smo. . :: . .ServiceQueueEvent
サービス キュー イベントを示す ServiceQueueEvent オブジェクトです。
戻り値
型: System. . :: . .Boolean
サービス キュー イベントのセットを示す ServiceQueueEventSet オブジェクトの値です。