OperationMessage.Key クラス

操作メッセージのキーを表します。

継承階層

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.IntegrationServices.IdKey
      Microsoft.SqlServer.Management.IntegrationServices.OperationMessage.Key

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
Public NotInheritable Class Key _
    Inherits IdKey
'使用
Dim instance As OperationMessage.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

OperationMessage.Key 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド OperationMessage.Key 指定した ID を使用して、OperationMessage.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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Management.IntegrationServices 名前空間