EventInfo.Key Constructors

Definition

Overloads

EventInfo.Key()

Default constructor for generic Key generation

EventInfo.Key(EventInfo+Key)

Constructors

EventInfo.Key(Dictionary<String,Object>)

Initializes a new instance of the EventInfo.Key class.

EventInfo.Key(String)

Initializes a new instance of the EventInfo.Key class.

EventInfo.Key()

Default constructor for generic Key generation

public Key ();

Applies to

EventInfo.Key(EventInfo+Key)

Constructors

public Key (Microsoft.SqlServer.Management.XEvent.EventInfo.Key other);

Parameters

Applies to

EventInfo.Key(Dictionary<String,Object>)

Initializes a new instance of the EventInfo.Key class.

public Key (System.Collections.Generic.Dictionary<string,object> filedDict);

Parameters

filedDict
Dictionary<String,Object>

A set of name-value pairs that represent Urn fragment.

Applies to

EventInfo.Key(String)

Initializes a new instance of the EventInfo.Key class.

public Key (string name);

Parameters

name
String

The name.

Applies to