IntegrationServices.Key クラス

定義

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

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

コンストラクター

IntegrationServices.Key()

IntegrationServices.Key クラスの新しいインスタンスを初期化します。

プロパティ

Domain

このメンバーをコード内で直接参照しないでください。 このメンバーは、SQL Server インフラストラクチャをサポートしています。

(継承元 DomainRootKey)
InstanceType

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

(継承元 SfcKey)

メソッド

Equals(Object)

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

Equals(Object, Object)

指定した 2 つのオブジェクトが等しいと見なされるかどうかを示します。

Equals(SfcKey)

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

GetHashCode()

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

GetUrnFragment()

UrnFragment を取得します。

ToString()

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

(継承元 SfcKey)

演算子

Equality(IntegrationServices+Key, IntegrationServices+Key)

指定したオペランドを使用して、2 つのキー オブジェクトが同一の値を持っているかどうかを示します。

Equality(IntegrationServices+Key, Object)

指定したオブジェクトとキーの左辺が等しいかどうかを示します。

Equality(Object, IntegrationServices+Key)

指定したオブジェクトとキーの右辺が等しいかどうかを示します。

Inequality(IntegrationServices+Key, IntegrationServices+Key)

指定したオペランドを使用して、2 つの指定したキー オブジェクトが異なる値を持っているかどうかを示します。

Inequality(IntegrationServices+Key, Object)

指定したオブジェクトとキーの左辺が等しくないかどうかを示します。

Inequality(Object, IntegrationServices+Key)

指定したオブジェクトとキーの右辺が等しくないかどうかを示します。

適用対象