IntegrationServices.Key.Inequality 演算子 (IntegrationServices.Key, Object)
指定したオブジェクトとキーの左辺が等しくないかどうかを示します。
名前空間: Microsoft.SqlServer.Management.IntegrationServices
アセンブリ: Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)
構文
'宣言
Public Shared Operator <> ( _
leftOperand As IntegrationServices.Key, _
obj As Object _
) As Boolean
'使用
Dim leftOperand As IntegrationServices.Key
Dim obj As Object
Dim returnValue As Boolean
returnValue = (leftOperand <> obj)
public static bool operator !=(
IntegrationServices.Key leftOperand,
Object obj
)
public:
static bool operator !=(
IntegrationServices.Key^ leftOperand,
Object^ obj
)
static let inline(<>)
leftOperand:IntegrationServices.Key *
obj:Object : bool
JScript はオーバーロードされた演算子の使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- leftOperand
型: Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key
比較するキーの左辺を表す IntegrationServices.Key オブジェクト。
- obj
型: System.Object
指定したオブジェクト。
戻り値
型: System.Boolean
指定したオブジェクトとキーの左辺が等しくない場合は true、それ以外の場合は false。