ActionInfo.Key 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
一個關鍵的識別類別。
public sealed class ActionInfo.Key : Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
type ActionInfo.Key = class
inherit SfcKey
Public NotInheritable Class ActionInfo.Key
Inherits SfcKey
- 繼承
建構函式
| 名稱 | Description |
|---|---|
| ActionInfo.Key() |
通用金鑰產生的預設建構器 |
| ActionInfo.Key(ActionInfo+Key) |
Constructors |
| ActionInfo.Key(Dictionary<String,Object>) |
初始化 ActionInfo.Key 類別的新執行個體。 |
| ActionInfo.Key(String) |
初始化 ActionInfo.Key 類別的新執行個體。 |
屬性
| 名稱 | Description |
|---|---|
| InstanceType |
與此金鑰類別相關聯的實例類別類型。 預設 impl 是巢狀金鑰類別為了與現有模型相容而採用的做法。 此設定應在任何非該實例類型的巢狀類別的鍵類別中覆寫。 (繼承來源 SfcKey) |
| Name |
取得名稱。 |
方法
| 名稱 | Description |
|---|---|
| Equals(Object, Object) |
等於指定的obj1。 |
| Equals(Object) |
等號與雜湊 |
| Equals(SfcKey) |
等於指定的金鑰。 |
| GetHashCode() |
等號與雜湊 |
| GetUrnFragment() |
轉換 |
| ToString() |
每把鑰匙 (繼承來源 SfcKey) |
運算子
| 名稱 | Description |
|---|---|
| Equality(ActionInfo+Key, ActionInfo+Key) |
實現運算子 ==。 |
| Equality(ActionInfo+Key, Object) |
實現運算子 ==。 |
| Equality(Object, ActionInfo+Key) |
實現運算子 ==。 |
| Inequality(ActionInfo+Key, ActionInfo+Key) |
實作運算子 !=。 |
| Inequality(ActionInfo+Key, Object) |
實作運算子 !=。 |
| Inequality(Object, ActionInfo+Key) |
實作運算子 !=。 |