ExecutionOperation.Key クラス

定義

ExecutionOperation クラスにアクセスするために使用するキーを表します。

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

コンストラクター

ExecutionOperation.Key(Int64)

指定した識別子を使用して、ExecutionOperation.Key クラスの新しいインスタンスを初期化します。

フィールド

keyId

キー識別子を指定します。

(継承元 IdKey)

プロパティ

Id

キーの識別子を取得します。

(継承元 IdKey)
InstanceType

このキー クラスに関連付けられているインスタンス クラスの型を取得します。

(継承元 SfcKey)

メソッド

Equals(Object)

指定したオブジェクトが現在の IdKey オブジェクトと等しいかどうかを示します。

(継承元 IdKey)
Equals(SfcKey)

現在のキーが指定したキーと同じかどうかを示します。

(継承元 IdKey)
GetHashCode()

ハッシュ コードを取得します。

(継承元 IdKey)
GetUrnFragment()

SfcInstance 型の UrnFragment を取得します。

ToString()

このメンバーをコード内で直接参照しないでください。 このメンバーは、SQL Server インフラストラクチャをサポートしています。 外部比較子で String 使用できるオブジェクトの並べ替え可能な表現である値を返します。

(継承元 SfcKey)

適用対象