ActionInfo.Key Constructors

Definition

Overloads

ActionInfo.Key()

Default constructor for generic Key generation

ActionInfo.Key(ActionInfo+Key)

Constructors

ActionInfo.Key(Dictionary<String,Object>)

Initializes a new instance of the ActionInfo.Key class.

ActionInfo.Key(String)

Initializes a new instance of the ActionInfo.Key class.

ActionInfo.Key()

Default constructor for generic Key generation

public Key ();
Public Sub New ()

Applies to

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)

Parameters

Applies to

ActionInfo.Key(Dictionary<String,Object>)

Initializes a new instance of the ActionInfo.Key class.

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))

Parameters

filedDict
Dictionary<String,Object>

The filed dict.

Applies to

ActionInfo.Key(String)

Initializes a new instance of the ActionInfo.Key class.

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

Parameters

name
String

The name.

Applies to