IntegrationServices.Key クラス

Integration Services のドメイン ルート キーを表します。

継承階層

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.Sdk.Sfc.DomainRootKey
      Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key

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

構文

'宣言
Public NotInheritable Class Key _
    Inherits DomainRootKey
'使用
Dim instance As IntegrationServices.Key
public sealed class Key : DomainRootKey
public ref class Key sealed : public DomainRootKey
[<SealedAttribute>]
type Key =  
    class 
        inherit DomainRootKey 
    end
public final class Key extends DomainRootKey

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

コンストラクター

  名前 説明
パブリック メソッド IntegrationServices.Key IntegrationServices.Key クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Domain (DomainRootKey から継承されています。)
パブリック プロパティ InstanceType (SfcKey から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals(SfcKey) 現在のキーが指定したキーと同じかどうかを示します。 (SfcKey.Equals(SfcKey) をオーバーライドします。)
パブリック メソッド Equals(Object) 指定したオブジェクトが現在の IntegrationServices.Key オブジェクトと等しいかどうかを示します。 (SfcKey.Equals(Object) をオーバーライドします。)
パブリック メソッド静的メンバー Equals(Object, Object) 指定した 2 つのオブジェクトが等しいと見なされるかどうかを示します。
パブリック メソッド GetHashCode ハッシュ コードを取得します。 (SfcKey.GetHashCode() をオーバーライドします。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド GetUrnFragment UrnFragment を取得します。 (SfcKey.GetUrnFragment() をオーバーライドします。)
パブリック メソッド ToString (SfcKey から継承されています。)

先頭に戻る

演算子

  名前 説明
パブリック演算子静的メンバー Equality(Object, IntegrationServices.Key) 指定したオブジェクトとキーの右辺が等しいかどうかを示します。
パブリック演算子静的メンバー Equality(IntegrationServices.Key, IntegrationServices.Key) 指定したオペランドを使用して、2 つのキー オブジェクトが同一の値を持っているかどうかを示します。
パブリック演算子静的メンバー Equality(IntegrationServices.Key, Object) 指定したオブジェクトとキーの左辺が等しいかどうかを示します。
パブリック演算子静的メンバー Inequality(Object, IntegrationServices.Key) 指定したオブジェクトとキーの右辺が等しくないかどうかを示します。
パブリック演算子静的メンバー Inequality(IntegrationServices.Key, IntegrationServices.Key) 指定したオペランドを使用して、2 つの指定したキー オブジェクトが異なる値を持っているかどうかを示します。
パブリック演算子静的メンバー Inequality(IntegrationServices.Key, Object) 指定したオブジェクトとキーの左辺が等しくないかどうかを示します。

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Management.IntegrationServices 名前空間