Operation.Key 类

定义

表示标识的键类。

public: ref class Operation::Key sealed : Microsoft::SqlServer::Management::IntegrationServices::IdKey
public sealed class Operation.Key : Microsoft.SqlServer.Management.IntegrationServices.IdKey
type Operation.Key = class
    inherit IdKey
Public NotInheritable Class Operation.Key
Inherits IdKey
继承
Operation.Key

构造函数

Operation.Key(Int64)

使用指定的 ID 初始化 Operation.Key 类的新实例。

字段

keyId

指定键标识符。

(继承自 IdKey)

属性

Id

获取键的标识符。

(继承自 IdKey)
InstanceType

获取与该键类关联的实例类的类型。

(继承自 SfcKey)

方法

Equals(Object)

指示指定的对象是否与当前 IdKey 对象相同。

(继承自 IdKey)
Equals(SfcKey)

指示当前键是否与指定的键相同。

(继承自 IdKey)
GetHashCode()

检索哈希代码。

(继承自 IdKey)
GetUrnFragment()

检索 URN 的转换。

ToString()

不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。 返回一个 String 值,该值是可在外部比较器中使用的对象的可排序表示形式。

(继承自 SfcKey)

适用于