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 ();

Applies to

MapValueInfo.Key(MapValueInfo+Key)

Constructors

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

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);

Parameters

filedDict
Dictionary<String,Object>

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

Applies to

MapValueInfo.Key(String)

public Key (string name);

Parameters

name
String

Applies to