TargetField.Key Constructors

Definition

Overloads

TargetField.Key()

Default constructor for generic Key generation

TargetField.Key(TargetField+Key)

Constructors

TargetField.Key(Dictionary<String,Object>)

Initializes a new instance of the TargetField.Key class.

TargetField.Key(String)

Initializes a new instance of the TargetField.Key class.

TargetField.Key()

Default constructor for generic Key generation

public Key ();
Public Sub New ()

Applies to

TargetField.Key(TargetField+Key)

Constructors

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

Parameters

other
TargetField.Key

The other.

Applies to

TargetField.Key(Dictionary<String,Object>)

Initializes a new instance of the TargetField.Key class.

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

TargetField.Key(String)

Initializes a new instance of the TargetField.Key class.

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

Parameters

name
String

The name.

Applies to