Session.Key コンストラクター

定義

オーバーロード

名前 説明
Session.Key()

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

Session.Key(Session+Key)

Constructors

Session.Key(Dictionary<String,Object>)

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

Session.Key(String)

Session.Key()

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

public Key();
Public Sub New ()

適用対象

Session.Key(Session+Key)

Constructors

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

パラメーター

other
Session.Key

適用対象

Session.Key(Dictionary<String,Object>)

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

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

パラメーター

filedDict
Dictionary<String,Object>

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

適用対象

Session.Key(String)

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

パラメーター

name
String

適用対象