Action.Key Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Action.Key() |
Default constructor for generic Key generation |
Action.Key(Action+Key) |
Constructors |
Action.Key(Dictionary<String,Object>) |
Initializes a new instance of the Action.Key class. |
Action.Key(String) |
Initializes a new instance of the Action.Key class. |
Action.Key()
Default constructor for generic Key generation
public Key ();
Public Sub New ()
Applies to
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)
Parameters
- other
- Action.Key
Applies to
Action.Key(Dictionary<String,Object>)
Initializes a new instance of the Action.Key class.
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))
Parameters
- filedDict
- Dictionary<String,Object>
The filed dict.
Applies to
Action.Key(String)
Initializes a new instance of the Action.Key class.
public Key (string name);
new Microsoft.SqlServer.Management.XEvent.Action.Key : string -> Microsoft.SqlServer.Management.XEvent.Action.Key
Public Sub New (name As String)
Parameters
- name
- String
The name.