Target.Key 类

定义

用于标识的键类。

public sealed class Target.Key : Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
type Target.Key = class
    inherit SfcKey
Public NotInheritable Class Target.Key
Inherits SfcKey
继承
Target.Key

构造函数

名称 说明
Target.Key()

泛型密钥生成的默认构造函数

Target.Key(Dictionary<String,Object>)

初始化 Target.Key 类的新实例。

Target.Key(String)

初始化 Target.Key 类的新实例。

Target.Key(Target+Key)

Constructors

属性

名称 说明
InstanceType

与此键类关联的实例类的类型。 默认 impl 是嵌套键类使用该方法实现与现有模型相容的方式。 这应在不是实例类型的嵌套类的任何键类中重写。

(继承自 SfcKey)
Name

获取名称。

方法

名称 说明
Equals(Object, Object)

等于指定的 obj1。

Equals(Object)

相等性和哈希

Equals(SfcKey)

等于指定的键。

GetHashCode()

相等性和哈希

GetUrnFragment()

转换

ToString()

每个密钥

(继承自 SfcKey)

运算符

名称 说明
Equality(Object, Target+Key)

实现运算符 ==。

Equality(Target+Key, Object)

实现运算符 ==。

Equality(Target+Key, Target+Key)

实现运算符 ==。

Inequality(Object, Target+Key)

实现运算符 !=。

Inequality(Target+Key, Object)

实现运算符 !=。

Inequality(Target+Key, Target+Key)

实现运算符 !=。

适用于