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