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)

適用対象