ObjectSet.Key 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public sealed class ObjectSet.Key : Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
type ObjectSet.Key = class
inherit SfcKey
Public NotInheritable Class ObjectSet.Key
Inherits SfcKey
- 继承
构造函数
| 名称 | 说明 |
|---|---|
| ObjectSet.Key() |
泛型密钥生成的默认构造函数 |
| ObjectSet.Key(ObjectSet+Key) |
Constructors |
| ObjectSet.Key(String) | |
属性
| 名称 | 说明 |
|---|---|
| InstanceType |
与此键类关联的实例类的类型。 默认 impl 是嵌套键类使用该方法实现与现有模型相容的方式。 这应在不是实例类型的嵌套类的任何键类中重写。 (继承自 SfcKey) |
| Name | |
方法
| 名称 | 说明 |
|---|---|
| Equals(Object, Object) | |
| Equals(Object) |
相等性和哈希 |
| Equals(SfcKey) | |
| GetHashCode() |
相等性和哈希 |
| GetUrnFragment() |
转换 |
| ToString() |
每个密钥 (继承自 SfcKey) |