Langue

PredCompareInfo.Key Constructeurs

Définition

Surcharges

Nom Description
PredCompareInfo.Key()

Constructeur par défaut pour la génération de clé générique

PredCompareInfo.Key(PredCompareInfo+Key)

Constructors

PredCompareInfo.Key(Dictionary<String,Object>)

Initialise une nouvelle instance de la classe PredCompareInfo.Key.

PredCompareInfo.Key(String)

Initialise une nouvelle instance de la classe PredCompareInfo.Key.

PredCompareInfo.Key()

Constructeur par défaut pour la génération de clé générique

public Key();
Public Sub New ()

S’applique à

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)

Paramètres

other
PredCompareInfo.Key

L’autre.

S’applique à

PredCompareInfo.Key(Dictionary<String,Object>)

Initialise une nouvelle instance de la 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))

Paramètres

filedDict
Dictionary<String,Object>

Ensemble de paires nom-valeur qui représentent un fragment Urn.

S’applique à

PredCompareInfo.Key(String)

Initialise une nouvelle instance de la 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)

Paramètres

name
String

Nom.

S’applique à