PredSourceInfo.Key Constructors

Definition

Overloads

PredSourceInfo.Key()

Default constructor for generic Key generation

PredSourceInfo.Key(PredSourceInfo+Key)

Constructors

PredSourceInfo.Key(Dictionary<String,Object>)

Initializes a new instance of the PredSourceInfo.Key class.

PredSourceInfo.Key(String)

PredSourceInfo.Key()

Default constructor for generic Key generation

public Key ();
Public Sub New ()

Applies to

PredSourceInfo.Key(PredSourceInfo+Key)

Constructors

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

Parameters

Applies to

PredSourceInfo.Key(Dictionary<String,Object>)

Initializes a new instance of the PredSourceInfo.Key class.

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

PredSourceInfo.Key(String)

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

Parameters

name
String

Applies to