MapValueInfo.Key コンストラクター

定義

オーバーロード

名前 説明
MapValueInfo.Key()

汎用キー生成の既定のコンストラクター

MapValueInfo.Key(MapValueInfo+Key)

Constructors

MapValueInfo.Key(Dictionary<String,Object>)

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

MapValueInfo.Key(String)

MapValueInfo.Key()

汎用キー生成の既定のコンストラクター

public Key();
Public Sub New ()

適用対象

MapValueInfo.Key(MapValueInfo+Key)

Constructors

public Key(Microsoft.SqlServer.Management.XEvent.MapValueInfo.Key other);
new Microsoft.SqlServer.Management.XEvent.MapValueInfo.Key : Microsoft.SqlServer.Management.XEvent.MapValueInfo.Key -> Microsoft.SqlServer.Management.XEvent.MapValueInfo.Key
Public Sub New (other As MapValueInfo.Key)

パラメーター

適用対象

MapValueInfo.Key(Dictionary<String,Object>)

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

public Key(System.Collections.Generic.Dictionary<string,object> filedDict);
new Microsoft.SqlServer.Management.XEvent.MapValueInfo.Key : System.Collections.Generic.Dictionary<string, obj> -> Microsoft.SqlServer.Management.XEvent.MapValueInfo.Key
Public Sub New (filedDict As Dictionary(Of String, Object))

パラメーター

filedDict
Dictionary<String,Object>

Urn フラグメントを表す名前と値のペアのセット。

適用対象

MapValueInfo.Key(String)

public Key(string name);
new Microsoft.SqlServer.Management.XEvent.MapValueInfo.Key : string -> Microsoft.SqlServer.Management.XEvent.MapValueInfo.Key
Public Sub New (name As String)

パラメーター

name
String

適用対象