ExecutionOperation.Key クラス
ExecutionOperation クラスにアクセスするために使用するキーを表します。
継承階層
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
Microsoft.SqlServer.Management.IntegrationServices.IdKey
Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation.Key
名前空間: Microsoft.SqlServer.Management.IntegrationServices
アセンブリ: Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)
構文
'宣言
Public NotInheritable Class Key _
Inherits IdKey
'使用
Dim instance As ExecutionOperation.Key
public sealed class Key : IdKey
public ref class Key sealed : public IdKey
[<SealedAttribute>]
type Key =
class
inherit IdKey
end
public final class Key extends IdKey
ExecutionOperation.Key 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
ExecutionOperation.Key | 指定した識別子を使用して、ExecutionOperation.Key クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Id | キーの識別子を取得します。 (IdKey から継承されています。) | |
InstanceType | (SfcKey から継承されています。) |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals(SfcKey) | 現在のキーが指定したキーと同じかどうかを示します。 (IdKey から継承されています。) | |
Equals(Object) | 指定したオブジェクトが現在の IdKey オブジェクトと等しいかどうかを示します。 (IdKey から継承されています。) | |
GetHashCode | ハッシュ コードを取得します。 (IdKey から継承されています。) | |
GetType | (Object から継承されています。) | |
GetUrnFragment | SfcInstance 型の UrnFragment を取得します。 (SfcKey.GetUrnFragment() をオーバーライドします。) | |
ToString | (SfcKey から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。