MapValueInfo.Key Constructors

Definition

Overloads

MapValueInfo.Key()

Default constructor for generic Key generation

MapValueInfo.Key(MapValueInfo+Key)

Constructors

MapValueInfo.Key(Dictionary<String,Object>)

Initializes a new instance of the MapValueInfo.Key class.

MapValueInfo.Key(String)

MapValueInfo.Key()

Default constructor for generic Key generation

public Key ();
Public Sub New ()

Applies to

MapValueInfo.Key(MapValueInfo+Key)

Constructors

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

Parameters

Applies to

MapValueInfo.Key(Dictionary<String,Object>)

Initializes a new instance of the MapValueInfo.Key class.

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

MapValueInfo.Key(String)

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

Parameters

name
String

Applies to