ValidationOperation.Key 类

定义

表示用于访问 ValidationOperation 类的键。

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

构造函数

ValidationOperation.Key(Int64)

使用指定的标识符初始化 ValidationOperation.Key 类的新实例。

字段

keyId

指定键标识符。

(继承自 IdKey)

属性

Id

获取键的标识符。

(继承自 IdKey)
InstanceType

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

(继承自 SfcKey)

方法

Equals(Object)

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

(继承自 IdKey)
Equals(SfcKey)

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

(继承自 IdKey)
GetHashCode()

检索哈希代码。

(继承自 IdKey)
GetUrnFragment()

检索 SfcInstance 类型的 UrnFragment。

ToString()

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

(继承自 SfcKey)

适用于