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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。