ActionInfo.Key 建構函式

定義

多載

名稱 Description
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

名稱。

適用於