EventColumnInfo.Key Constructors

Definition

Overloads

EventColumnInfo.Key()

Default constructor for generic Key generation

EventColumnInfo.Key(EventColumnInfo+Key)

Constructors

EventColumnInfo.Key(Dictionary<String,Object>)

Initializes a new instance of the EventColumnInfo.Key class.

EventColumnInfo.Key(String)

EventColumnInfo.Key()

Default constructor for generic Key generation

public Key ();
Public Sub New ()

Applies to

EventColumnInfo.Key(EventColumnInfo+Key)

Constructors

public Key (Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key other);
new Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key : Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key -> Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key
Public Sub New (other As EventColumnInfo.Key)

Parameters

Applies to

EventColumnInfo.Key(Dictionary<String,Object>)

Initializes a new instance of the EventColumnInfo.Key class.

public Key (System.Collections.Generic.Dictionary<string,object> filedDict);
new Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key : System.Collections.Generic.Dictionary<string, obj> -> Microsoft.SqlServer.Management.XEvent.EventColumnInfo.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

EventColumnInfo.Key(String)

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

Parameters

name
String

Applies to