言語

MapInfo.Key コンストラクター

定義

オーバーロード

名前 説明
MapInfo.Key()

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

MapInfo.Key(MapInfo+Key)

Constructors

MapInfo.Key(Dictionary<String,Object>)

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

MapInfo.Key(String)

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

MapInfo.Key()

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

public Key();
Public Sub New ()

適用対象

MapInfo.Key(MapInfo+Key)

Constructors

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

パラメーター

other
MapInfo.Key

もう 1 つ。

適用対象

MapInfo.Key(Dictionary<String,Object>)

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

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

パラメーター

filedDict
Dictionary<String,Object>

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

適用対象

MapInfo.Key(String)

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

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

パラメーター

name
String

名前。

適用対象