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