Idioma

MapInfo.Key Construtores

Definição

Sobrecargas

Nome Description
MapInfo.Key()

Construtor padrão para geração de chave genérica

MapInfo.Key(MapInfo+Key)

Constructors

MapInfo.Key(Dictionary<String,Object>)

Inicializa uma nova instância da classe MapInfo.Key.

MapInfo.Key(String)

Inicializa uma nova instância da classe MapInfo.Key.

MapInfo.Key()

Construtor padrão para geração de chave genérica

public Key();
Public Sub New ()

Aplica-se a

MapInfo.Key(MapInfo+Key)

Constructors

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

Parâmetros

other
MapInfo.Key

O outro.

Aplica-se a

MapInfo.Key(Dictionary<String,Object>)

Inicializa uma nova instância da classe MapInfo.Key.

public Key(System.Collections.Generic.Dictionary<string,object> filedDict);
new Microsoft.SqlServer.Management.XEvent.MapInfo.Key : System.Collections.Generic.Dictionary<string, obj> -> Microsoft.SqlServer.Management.XEvent.MapInfo.Key
Public Sub New (filedDict As Dictionary(Of String, Object))

Parâmetros

filedDict
Dictionary<String,Object>

Um conjunto de pares nome-valor que representam o fragmento de Urn.

Aplica-se a

MapInfo.Key(String)

Inicializa uma nova instância da classe MapInfo.Key.

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

Parâmetros

name
String

O nome.

Aplica-se a