PredCompareInfo.Key Construtores

Definição

Sobrecargas

Nome Description
PredCompareInfo.Key()

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

PredCompareInfo.Key(PredCompareInfo+Key)

Constructors

PredCompareInfo.Key(Dictionary<String,Object>)

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

PredCompareInfo.Key(String)

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

PredCompareInfo.Key()

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

public Key();
Public Sub New ()

Aplica-se a

PredCompareInfo.Key(PredCompareInfo+Key)

Constructors

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

Parâmetros

other
PredCompareInfo.Key

O outro.

Aplica-se a

PredCompareInfo.Key(Dictionary<String,Object>)

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

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

PredCompareInfo.Key(String)

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

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

Parâmetros

name
String

O nome.

Aplica-se a