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