ManagedInstance.Key クラス
ManagedInstance..::..Key クラスは、ManagedInstance クラスを識別するキーを表します。
継承階層
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcKey
Microsoft.SqlServer.Management.Utility. . :: . .NameKey
Microsoft.SqlServer.Management.Utility..::..ManagedInstance..::..Key
名前空間: Microsoft.SqlServer.Management.Utility
アセンブリ: Microsoft.SqlServer.Management.Utility (Microsoft.SqlServer.Management.Utility.dll)
構文
'宣言
Public NotInheritable Class Key _
Inherits NameKey
'使用
Dim instance As ManagedInstance.Key
public sealed class Key : NameKey
public ref class Key sealed : public NameKey
[<SealedAttribute>]
type Key =
class
inherit NameKey
end
public final class Key extends NameKey
ManagedInstance..::..Key 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
ManagedInstance. . :: . .Key | 指定した名前を持つ ManagedInstance..::..Key クラスの新しいインスタンスを初期化します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals(Object) | NameKey によって表されるオブジェクトが、指定した Object と等しいかどうかを判定します。 (NameKey から継承されています。) | |
Equals(SfcKey) | 現在の NameKey によって表されるオブジェクトが、指定したキーによって表されるオブジェクトと等しいかどうかを判定します。 (NameKey から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | この NameKey のハッシュ コードを返します。 (NameKey から継承されています。) | |
GetType | (Object から継承されています。) | |
GetUrnFragment | マネージ インスタンスを表す URN パス文字列の一部を取得します。 (SfcKey. . :: . .GetUrnFragment() () () () をオーバーライドします。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。外部比較演算子で使用できる、オブジェクトの並べ替え可能な表現である String 値を返します。 (SfcKey から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。