EventField.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
EventField.Key() |
Default constructor for generic Key generation |
EventField.Key(EventField+Key) |
Constructors |
EventField.Key(Dictionary<String,Object>) |
Initializes a new instance of the EventField.Key class. |
EventField.Key(String) |
EventField.Key()
Default constructor for generic Key generation
public Key ();
Public Sub New ()
Applies to
EventField.Key(EventField+Key)
Constructors
public Key (Microsoft.SqlServer.Management.XEvent.EventField.Key other);
new Microsoft.SqlServer.Management.XEvent.EventField.Key : Microsoft.SqlServer.Management.XEvent.EventField.Key -> Microsoft.SqlServer.Management.XEvent.EventField.Key
Public Sub New (other As EventField.Key)
Parameters
- other
- EventField.Key
Applies to
EventField.Key(Dictionary<String,Object>)
Initializes a new instance of the EventField.Key class.
public Key (System.Collections.Generic.Dictionary<string,object> filedDict);
new Microsoft.SqlServer.Management.XEvent.EventField.Key : System.Collections.Generic.Dictionary<string, obj> -> Microsoft.SqlServer.Management.XEvent.EventField.Key
Public Sub New (filedDict As Dictionary(Of String, Object))
Parameters
- filedDict
- Dictionary<String,Object>
A set of name-value pairs that represent Urn fragment.
Applies to
EventField.Key(String)
public Key (string name);
new Microsoft.SqlServer.Management.XEvent.EventField.Key : string -> Microsoft.SqlServer.Management.XEvent.EventField.Key
Public Sub New (name As String)
Parameters
- name
- String