IntegrationServices.Key.Inequality 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷兩個指定的關鍵物件是否有不同的值。
多載
| 名稱 | Description |
|---|---|
| Inequality(IntegrationServices+Key, IntegrationServices+Key) |
表示兩個指定金鑰物件在指定操作數下是否有不同的值。 |
| Inequality(IntegrationServices+Key, Object) |
表示指定物件與鍵的左側是否不相等。 |
| Inequality(Object, IntegrationServices+Key) |
表示指定物件與鍵的右側是否不相等。 |
Inequality(IntegrationServices+Key, IntegrationServices+Key)
表示兩個指定金鑰物件在指定操作數下是否有不同的值。
public:
static bool operator !=(Microsoft::SqlServer::Management::IntegrationServices::IntegrationServices::Key ^ leftOperand, Microsoft::SqlServer::Management::IntegrationServices::IntegrationServices::Key ^ rightOperand);
public static bool operator !=(Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key leftOperand, Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key rightOperand);
static member op_Inequality : Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key * Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key -> bool
Public Shared Operator != (leftOperand As IntegrationServices.Key, rightOperand As IntegrationServices.Key) As Boolean
參數
- leftOperand
- IntegrationServices.Key
一個 IntegrationServices.Key 代表鑰匙左側的物件,供比較。
- rightOperand
- IntegrationServices.Key
一個 IntegrationServices.Key 代表鑰匙右側的物件,供比較。
傳回
若兩個指定的鍵物件在指定運算元下值不同,則為真;否則,則為錯誤。
適用於
Inequality(IntegrationServices+Key, Object)
表示指定物件與鍵的左側是否不相等。
public:
static bool operator !=(Microsoft::SqlServer::Management::IntegrationServices::IntegrationServices::Key ^ leftOperand, System::Object ^ obj);
public static bool operator !=(Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key leftOperand, object obj);
static member op_Inequality : Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key * obj -> bool
Public Shared Operator != (leftOperand As IntegrationServices.Key, obj As Object) As Boolean
參數
- leftOperand
- IntegrationServices.Key
一個 IntegrationServices.Key 代表鑰匙左側的物件,供比較。
- obj
- Object
指定的物件。
傳回
若指定的物件與鍵的左側不相等,則為真;否則,則為錯誤。
適用於
Inequality(Object, IntegrationServices+Key)
表示指定物件與鍵的右側是否不相等。
public:
static bool operator !=(System::Object ^ obj, Microsoft::SqlServer::Management::IntegrationServices::IntegrationServices::Key ^ rightOperand);
public static bool operator !=(object obj, Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key rightOperand);
static member op_Inequality : obj * Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key -> bool
Public Shared Operator != (obj As Object, rightOperand As IntegrationServices.Key) As Boolean
參數
- obj
- Object
指定的物件。
- rightOperand
- IntegrationServices.Key
一個 IntegrationServices.Key 代表鑰匙右側的物件,供比較。
傳回
若指定物件與鍵的右側不相等,則為真;否則,則為錯誤。