Action.Key 建構函式

定義

多載

名稱 Description
Action.Key()

通用金鑰產生的預設建構器

Action.Key(Action+Key)

Constructors

Action.Key(Dictionary<String,Object>)

初始化 Action.Key 類別的新執行個體。

Action.Key(String)

初始化 Action.Key 類別的新執行個體。

Action.Key()

通用金鑰產生的預設建構器

public Key();
Public Sub New ()

適用於

Action.Key(Action+Key)

Constructors

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

參數

other
Action.Key

適用於

Action.Key(Dictionary<String,Object>)

初始化 Action.Key 類別的新執行個體。

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

參數

filedDict
Dictionary<String,Object>

已提交的判決。

適用於

Action.Key(String)

初始化 Action.Key 類別的新執行個體。

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

參數

name
String

名稱。

適用於