ActionInfo.Key コンストラクター

定義

オーバーロード

名前 説明
ActionInfo.Key()

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

ActionInfo.Key(ActionInfo+Key)

Constructors

ActionInfo.Key(Dictionary<String,Object>)

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

ActionInfo.Key(String)

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

ActionInfo.Key()

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

public Key();
Public Sub New ()

適用対象

ActionInfo.Key(ActionInfo+Key)

Constructors

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

パラメーター

適用対象

ActionInfo.Key(Dictionary<String,Object>)

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

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

パラメーター

filedDict
Dictionary<String,Object>

ファイルされたディクト。

適用対象

ActionInfo.Key(String)

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

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

パラメーター

name
String

名前。

適用対象